-
Bug
-
Resolution: Done
-
Critical
-
jbossws-cxf-5.3.0.Final
-
None
-
None
The WS-Security Policy tests org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationTestCase and org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestTestCase fail when running testsuite with elytron profile (server security configured via elytron subsystem).
The breaking commit is https://github.com/jbossws/jbossws-cxf/commit/149c0fc8d19e566541d919e73b608ae53ca3fefb
To reproduce:
# last commit that passes git checkout fbdbe55e6ff686cad85be6552e1139efb87645f8 mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCaseUsernameAuthorizationDigestTestCase, -DadditionalGroovyScriptSuffix=-elytron # fails git checkout 149c0fc8d19e566541d919e73b608ae53ca3fefb mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCase,UsernameAuthorizationDigestTestCase -DadditionalGroovyScriptSuffix=-elytron # passes without elytron configuration mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCase,UsernameAuthorizationDigestTestCase
- is caused by
-
JBEAP-17923 Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level
- Closed
- is cloned by
-
WFLY-12730 Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level
- Closed
- is related to
-
JBWS-4183 Extend travis testing with elytron profile
- Closed
- links to