STRTransform not compatible with Sun's SAAJ implementation
----------------------------------------------------------
Key: WSS-196
URL: https://issues.apache.org/jira/browse/WSS-196
Project: WSS4J
Issue Type: Bug
Components: WSS4J Core
Affects Versions: 1.5.7
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
Fix For: 1.5.8, 1.6
When the Document used for signing is a SAAJ SOAPPart instance, it may be that
the "owner" document of any child elements is an internal Document,
rather than the SOAPPart. This is the case for the SUN SAAJ implementation.
This causes problems with STRTransform, e.g.:
WSDocInfoStore.lookup(transformObject.getDocument())
will not work as the Document stored in WSDocInfoStore is the SOAPPart, whereas
transformObject.getDocument() is the "internal" Document.
This bug was exposed by rewriting the unit tests to allow easier testing of
different SAAJ implementations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]