You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version 3.0.7 of spring-ws-security references and old 2.2.0 version of WSS4J with a well-known error (see referenced WSS4J issue):
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)
Bug is solved in WSS4J 2.2.3 and 2.3.0, so a potential update would solve it without too many modifications.
spanishkangaroo opened SWS-1072 and commented
Current version 3.0.7 of spring-ws-security references and old 2.2.0 version of WSS4J with a well-known error (see referenced WSS4J issue):
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)
Bug is solved in WSS4J 2.2.3 and 2.3.0, so a potential update would solve it without too many modifications.
Affects: 3.0.7
Reference URL: https://issues.apache.org/jira/browse/WSS-634
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: