-
Bug
-
Resolution: Done
-
Major
-
jbossws-1.0Beta
-
None
Several areas in the codebase consolidate Text nodes. The problem with this is that it changes the look of the whitespace, so if you read, and then write a message it will look different. The XMLSignature specification includes whitespace when digesting a value, which means that a signed message can never be valid because we manipulate it when deserializing it.
To fix this we need to change the code to preserve the exact ordering of Text nodes when converting from DOM to our tree.