SecurityContextTokenBuilder uses wrong QName
--------------------------------------------
Key: RAMPART-71
URL: https://issues.apache.org/jira/browse/RAMPART-71
Project: Rampart
Issue Type: Bug
Components: rampart-policy
Affects Versions: 1.3
Environment: all
Reporter: Bernhard Roider
Priority: Critical
the method getKnownElements() of SecurityContextTokenBuilder return the wrong
QName (QName for SecureConverationToken) !!!!
public QName[] getKnownElements() {
return new QName[] {Constants.SECURE_CONVERSATION_TOKEN};
}
Solution:
public QName[] getKnownElements() {
return new QName[] {Constants.SECURITY_CONTEXT_TOKEN};
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.