Skip to content

Commit

Permalink
basic auth credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Apr 3, 2014
1 parent 25fc256 commit 072e02f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/xml/resource.xml
Expand Up @@ -20,6 +20,10 @@ XML whereas an XSLT or multiple XSLTs can be specified and applied
<property name="connection-timeout" default-value="0"/> <!-- optional, milliseconds -->
<property name="socket-timeout" default-value="0"/> <!-- optional, milliseconds -->

<!-- Optional BASIC AUTH credentials -->
<property name="username"/> <!-- optional -->
<property name="password"/> <!-- optional -->

<property name="workflow-schema"/> <!-- optional -->
<property name="check-comments"/> <!-- optional and default is 'false' -->
<property name="aggregate-comments"/> <!-- optional and default is 'false' -->
Expand Down

0 comments on commit 072e02f

Please sign in to comment.