]
Darran Lofthouse resolved ELY-746.
----------------------------------
Resolution: Done
AuthenticationConfiguration.getAuthenticationConfiguration should
also modify the EMPTY configuration
-----------------------------------------------------------------------------------------------------
Key: ELY-746
URL:
https://issues.jboss.org/browse/ELY-746
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Client
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta14
Or we get errors like this: -
{noformat}
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.023 sec <<<
FAILURE! - in org.jboss.as.controller.test.TransactionalProtocolClientTestCase
testSequentialGroup(org.jboss.as.controller.test.TransactionalProtocolClientTestCase)
Time elapsed: 0 sec <<< ERROR!
java.lang.IllegalArgumentException: No host given in URI
'remote://127.0.0.1:32123'
at org.jboss.remoting3.EndpointImpl.getConnection(EndpointImpl.java:410)
at org.jboss.remoting3.UncloseableEndpoint.getConnection(UncloseableEndpoint.java:59)
at org.jboss.remoting3.Endpoint.getConnection(Endpoint.java:105)
at
org.jboss.as.controller.test.TransactionalProtocolClientTestCase.startChannelServer(TransactionalProtocolClientTestCase.java:134)
{noformat}