CauchyPeano commented on a change in pull request #2: WSS-659
SecurityContextToken validator fixing QName
URL: https://github.com/apache/ws-wss4j/pull/2#discussion_r355537586
##########
File path:
ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/SecurityContextTokenInputHandler.java
##########
@@ -56,7 +56,7 @@ public void handle(InputProcessorChain inputProcessorChain,
final XMLSecurityPro
}
final QName elementName = new
QName(securityContextTokenTypeJAXBElement.getName().getNamespaceURI(),
- WSSConstants.TAG_WSC0502_IDENTIFIER.getLocalPart());
+ securityContextTokenTypeJAXBElement.getName().getLocalPart());
Review comment:
And do I also need to support two versions of NS:
"http://schemas.xmlsoap.org/ws/2005/02/sc" and
"http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]