Skip to content

Commit

Permalink
[WFLY-8522] Minor update to test configuration to handle alternative …
Browse files Browse the repository at this point in the history
…host name for IPv6 testing.
  • Loading branch information
darranl committed Apr 12, 2017
1 parent 0bfccc8 commit f99a9ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@
<credential-reference clear-text="slave_us3r_password"/>
</authentication-configuration>
<authentication-context name="slaveHostAContext">
<match-rule match-host="127.0.0.1" authentication-configuration="slaveHostAConfiguration"/>
<match-rule match-host="${jboss.test.host.master.address}" authentication-configuration="slaveHostAConfiguration"/>
</authentication-context>
</authentication-client>
<providers>
Expand Down

0 comments on commit f99a9ad

Please sign in to comment.