From issues at jboss.org Tue Aug 4 16:51:00 2020 From: issues at jboss.org (=?UTF-8?Q?Jan_Bliz=C5=88=C3=A1k_=28Jira=29?=) Date: Tue, 4 Aug 2020 16:51:00 -0400 (EDT) Subject: [jbossws-issues] [JBoss JIRA] (JBWS-4180) UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x In-Reply-To: References: Message-ID: [ https://issues.redhat.com/browse/JBWS-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354113#comment-14354113 ] Jan Bliz??k commented on JBWS-4180: ----------------------------------- [~jim.ma] yes we can, the issue was in the end in the integration with WF (which is already fixed) so there is nothing more needed here. > UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x > ------------------------------------------------------------------------------------------------------------------------ > > Key: JBWS-4180 > URL: https://issues.redhat.com/browse/JBWS-4180 > Project: JBoss Web Services > Issue Type: Bug > Affects Versions: jbossws-cxf-5.3.0.Final > Reporter: Jan Bliz??k > Assignee: Jim Ma > Priority: Critical > > 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} -- This message was sent by Atlassian Jira (v7.13.8#713008)