[jboss-dev-forums] [Design of JBoss Web Services] - Re: Signatures and CRs
richard.opalka@jboss.com
do-not-reply at jboss.com
Mon Feb 25 10:53:32 EST 2008
"alessio.soldano at 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#4131905
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131905
More information about the jboss-dev-forums
mailing list