[ http://issues.apache.org/jira/browse/AXIS2-161?page=comments#action_12322712 ]
Eran Chinthaka commented on AXIS2-161: -------------------------------------- I checked AXIOM with above scenarios. I found that the parser itself handles the scenario #1. We don't need to worry about it explicitly. But in other cases, do you want OM to behave as expected when it sees \n and/or \r ? > 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
