"alessio.soldano(a)jboss.com" wrote : As you can read here
http://www.w3.org/TR/REC-xml/#sec-line-ends CRs must be converted in line feeds when
parsing. Xerces does this of course, thus the message bytes change and signature (which is
obtained using the message containing the CR) is not valid anymore when processing the
request message at server side.
|
From my understanding this have nothing to do with our problem. The
above specification says what to do with new-lines only. Our use-case is different. We
have element containing
sequence of characters enclosing 0xD character:
| <some_element>asdf\rjklo</some_element>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...