You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2013/07/23 12:42:48 UTC

[jira] [Created] (WSS-470) AsymmetricBinding + ProtectTokens validation not working

Colm O hEigeartaigh created WSS-470:
---------------------------------------

             Summary: AsymmetricBinding + ProtectTokens validation not working
                 Key: WSS-470
                 URL: https://issues.apache.org/jira/browse/WSS-470
             Project: WSS4J
          Issue Type: Bug
            Reporter: Colm O hEigeartaigh
            Assignee: Marc Giger
             Fix For: 2.0



AsymmetricBinding + ProtectTokens validation is not working. It fails on the following line in TokenProtectionAssertion:

if (isEndorsingToken(securityToken) && !signsMainSignature(securityToken)) {

It assumes that the BinarySecurityToken is an Endorsing Token, and hence fails when it doesn't sign the Main Signature.

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org