[
https://issues.apache.org/jira/browse/WSS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated WSS-223:
------------------------------------
Affects Version/s: 1.5.8
Fix Version/s: 1.6
1.5.9
Assignee: Colm O hEigeartaigh (was: Ruchith Udayanga Fernando)
> Incorrect xpath set on WSDataRef when decrypting an EncryptedHeader instance.
> -----------------------------------------------------------------------------
>
> Key: WSS-223
> URL: https://issues.apache.org/jira/browse/WSS-223
> Project: WSS4J
> Issue Type: Bug
> Affects Versions: 1.5.8
> Reporter: todd wolff
> Assignee: Colm O hEigeartaigh
> Fix For: 1.5.9, 1.6
>
>
> Xpath is calculated using element still attached to EncryptedHeader parent.
> The clone, which is attached to soap header should be used instead. As a
> result, rampart 1.5-SNAPSHOT fails to validate decrypted parts within
> PolicyBasedResultsValidator. Simple one line fix:
> Within ReferenceListProcessor.decryptEncryptedData() method, the following
> line:
> dataRef.setXpath(getXPath(decryptedHeader));
> should be:
> dataRef.setXpath(getXPath(decryptedHeaderClone));
--
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]