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 2006/06/02 08:50:30 UTC

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

     [ http://issues.apache.org/jira/browse/AXIS2-161?page=all ]
     
Eran Chinthaka resolved AXIS2-161:
----------------------------------

    Resolution: Fixed

This is handled by the parser itself.

> 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
>     Assignee: Eran Chinthaka

>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org