You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Björn Häuser (JIRA)" <ji...@apache.org> on 2019/01/29 06:54:00 UTC

[jira] [Commented] (WSS-634) Nodes are not imported correctly when creating headers

    [ https://issues.apache.org/jira/browse/WSS-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754662#comment-16754662 ] 

Björn Häuser commented on WSS-634:
----------------------------------

Hey Folks,

 

I know it is a lot to ask, but we would really appreciate having a release containing this bugfix, to move forward to JDK 11.

 

Thank you!

Björn

> Nodes are not imported correctly when creating headers
> ------------------------------------------------------
>
>                 Key: WSS-634
>                 URL: https://issues.apache.org/jira/browse/WSS-634
>             Project: WSS4J
>          Issue Type: Bug
>          Components: WSS4J Core
>    Affects Versions: 2.2.0, 2.2.2
>            Reporter: Michael Westergaard
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 2.2.3, 2.3.0
>
>         Attachments: wss4j-2.2.2.patch
>
>
> When using WS Security with Spring Boot 2.1RC1 on Java 11, I get an error:
> {{org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is used in a different document than the one that created it.}}
> {{at java.xml/com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(ParentNode.java:356)}}
> {{at java.xml/com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(ParentNode.java:287)}}
> Tracing the issue, the root cause is that 
> ws-security-dom/src/main/java/org/apache/wss4j/dom/util/WSSecurityUtil.java tries to create and import nodes, but doesn't actually import them.
> I've seen this issue on 2.2.0 and 2.2.2.
> Attached patch properly imports the newly created nodes, eliminating the issue.  The patch is against 2.2.2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org