[jboss-jira] [JBoss JIRA] (WFLY-12730) UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x

Jim Ma (Jira) issues at jboss.org
Tue Oct 29 22:56:00 EDT 2019


     [ https://issues.jboss.org/browse/WFLY-12730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ma updated WFLY-12730:
--------------------------
    Description: 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).  These failures happens CXF upgrades to 3.3.x.   (was: 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:
{code:java}
# 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
{code}
)


> UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-12730
>                 URL: https://issues.jboss.org/browse/WFLY-12730
>             Project: WildFly
>          Issue Type: Enhancement
>    Affects Versions: 18.0.0.Final
>            Reporter: Jan Blizňák
>            Assignee: Jim Ma
>            Priority: Critical
>             Fix For: 19.0.0.Beta1
>
>
> 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).  These failures happens CXF upgrades to 3.3.x. 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list