Line feed normalization and character reference processing
----------------------------------------------------------

         Key: AXIS2-161
         URL: http://issues.apache.org/jira/browse/AXIS2-161
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Davanum Srinivas


Ensure that Axis2 propagate to the app code when they receive the message with 
a text node:

 

1)    "
Hello
World
"

(I expect "\r\nHello\r\nWorld\r\n")

2)    "\r\nHello\r\nWorld\r\n"

(I expect “\nHello\nWorld\n” )

3)       "
Hello
World
"

(I expect “\rHello\rWorld\r” )

 4)    "\rHello\rWorld\r"

(I expect “\nHello\nWorld\n” )

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to