You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2005/09/06 08:57:30 UTC

[jira] Commented: (AXIS2-161) Line feed normalization and character reference processing

    [ 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)    "&#xD;&#xA;Hello&#xD;&#xA;World&#xD;&#xA;"
> (I expect "\r\nHello\r\nWorld\r\n")
> 2)    "\r\nHello\r\nWorld\r\n"
> (I expect ?\nHello\nWorld\n? )
> 3)       "&#xD;Hello&#xD;World&#xD;"
> (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