[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-user
Subject:    [jira] [Created] (WSS-451) Fixed namespace prefix when creating elements in SecurityTokenReference.j
From:       "Arthur Tew (JIRA)" <jira () apache ! org>
Date:       2013-05-30 7:04:20
Message-ID: JIRA.12650097.1369897346098.39784.1369897460591 () arcas
[Download RAW message or body]

Arthur Tew created WSS-451:
------------------------------

             Summary: Fixed namespace prefix when creating elements in \
SecurityTokenReference.java  Key: WSS-451
                 URL: https://issues.apache.org/jira/browse/WSS-451
             Project: WSS4J
          Issue Type: Bug
          Components: WSS4J Core
    Affects Versions: 1.6.10
         Environment: windows/java used by apache cxf sts
            Reporter: Arthur Tew
            Assignee: Colm O hEigeartaigh
            Priority: Critical


line 443 reads Element keyId = doc.createElementNS(WSConstants.WSSE_NS, \
"wsse:KeyIdentifier"); should read : doc.createElementNS(WSConstants.WSSE_NS, \
"KeyIdentifier"); line 118 reads element = doc.createElementNS(WSConstants.WSSE_NS, \
"wsse:SecurityTokenReference"); should read element = \
doc.createElementNS(WSConstants.WSSE_NS, "SecurityTokenReference"); When a token is \
generated and the wsse namespace is assigned to a different prefix or is the default \
namespace the explicit tokens cause validations to fail.

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic