[ 
https://issues.apache.org/jira/browse/CXF-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642933#comment-13642933
 ] 

Andrei Shakirin commented on CXF-4897:
--------------------------------------

Yep, set as Resolved.


                
> STS: check not found certificates in DefaultSubjectProvider for symmetric key 
> type
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4897
>                 URL: https://issues.apache.org/jira/browse/CXF-4897
>             Project: CXF
>          Issue Type: Bug
>          Components: STS
>            Reporter: Andrei Shakirin
>            Assignee: Andrei Shakirin
>             Fix For: 2.5.11, 2.6.8, 2.7.5
>
>
> DefaultSubjectProvider retrieves X509 certificate to encrypt key information. 
> It asks crypto provider for X509 certs using:
> X509Certificate certificate = crypto.getX509Certificates(cryptoType)[0];
> If certificates are not found it caused NLP or ArrayOutOfBound exceptions in 
> STS code.
> Proposal: check returned array for null and 0 length.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to