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

Jim Ma (Jira) issues at jboss.org
Wed Oct 30 02:05:00 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-12730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805887#comment-13805887 ] 

Jim Ma commented on WFLY-12730:
-------------------------------

https://issues.apache.org/jira/browse/CXF-7815 changed to use reflection to access Group's member for java.security.acl APIs removal in JDK 13.  
Now the SimpleGroup which created to store the roles from Elytron securityIdentity is a private static class now : https://github.com/wildfly/wildfly/blob/18.0.0.Final/webservices/server-integration/src/main/java/org/jboss/as/webservices/util/SubjectUtil.java#L185
It should be change to put it in a public class for CXF or other integration layer to easily access. 

> JBossWS tests UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after ugrade to CXF 3.3.x in WFLY
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-12730
>                 URL: https://issues.jboss.org/browse/WFLY-12730
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 18.0.0.Final
>            Reporter: Jan Blizňák
>            Assignee: Jim Ma
>            Priority: Major
>             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 after CXF upgrades to 3.3.x in WFLY. 



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



More information about the jboss-jira mailing list