[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 15:59:00 EDT 2017
Stefan Guilhen created SECURITY-971:
---------------------------------------
Summary: 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.Beta1
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