[jboss-jira] [JBoss JIRA] (SECURITY-971) SecurityKeyManager should use delegate for methods inherited from X509ExtendedKeyManager when possible
Stefan Guilhen (JIRA)
issues at jboss.org
Thu May 18 16:47:00 EDT 2017
[ https://issues.jboss.org/browse/SECURITY-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefan Guilhen updated SECURITY-971:
------------------------------------
Git Pull Request: https://github.com/picketbox/picketbox/pull/69
> SecurityKeyManager should use delegate for methods inherited from X509ExtendedKeyManager when possible
> ------------------------------------------------------------------------------------------------------
>
> Key: SECURITY-971
> URL: https://issues.jboss.org/browse/SECURITY-971
> Project: PicketBox
> Issue Type: Bug
> Components: JBossSX
> Affects Versions: PicketBox_5_0_1.Final
> Reporter: Stefan Guilhen
> Assignee: Stefan Guilhen
> Fix For: PicketBox_5_0_2.Final
>
>
> SecurityKeyManager now extends X509ExtendedKeyManager but the methods inherited from this class have been left unimplemented (i.e. return null).
> The implementation should check if the delegate instance is of type X509ExtendedKeyManager and use the delegate for these methods instead of relying on the default implementation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list