You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2009/06/04 17:01:07 UTC

[jira] Resolved: (WSS-196) STRTransform not compatible with Sun's SAAJ implementation

     [ https://issues.apache.org/jira/browse/WSS-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved WSS-196.
-------------------------------------

    Resolution: Fixed

> 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: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org