[
https://issues.apache.org/jira/browse/CXF-7815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675049#comment-16675049
]
Colm O hEigeartaigh commented on CXF-7815:
------------------------------------------
Thanks Freeman! Just a minor improvement suggestion - we have multiple calls
along the lines of:
member instanceof GroupPrincipal
|| instanceOf(member, "java.security.acl.Group")
|| instanceOf(member,
"org.apache.karaf.jaas.boot.principal.Group")
Instead we could have a static method that encapsulates this "isGroupPrincipal
or something" (and that also could be called from
AbstractSecurityContextInInterceptor)
> Deal with java.security.acl classes being removed in Java 12
> ------------------------------------------------------------
>
> Key: CXF-7815
> URL: https://issues.apache.org/jira/browse/CXF-7815
> Project: CXF
> Issue Type: Bug
> Affects Versions: 3.2.5
> Reporter: Alessio Soldano
> Assignee: Freeman Fang
> Priority: Major
> Fix For: 3.3.0
>
>
> [https://bugs.openjdk.java.net/browse/JDK-8191138]
>
> The deprecated java.security.acl classes are being removed in 12. We should
> be prepared for that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)