[ https://issues.apache.org/jira/browse/WSCOMMONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654210#action_12654210 ]
Andreas Veithen commented on WSCOMMONS-243: ------------------------------------------- Section 2.11 (End-of-Line Handling) of "Extensible Markup Language (XML) 1.0 (Fourth Edition)" indeed says: "To simplify the tasks of applications, the XML processor must behave as if it normalized all line breaks in external parsed entities (including the document entity) on input, before parsing, by translating both the two-character sequence #xD #xA and any #xD that is not followed by #xA to a single #xA character." > "\r\n" handled different by Axis and Axis2 > ------------------------------------------ > > Key: WSCOMMONS-243 > URL: https://issues.apache.org/jira/browse/WSCOMMONS-243 > Project: WS-Commons > Issue Type: Bug > Components: AXIOM > Environment: Java 1.5, Tomcat 5.5.20, Axis 1.2.1 and Axis2 1.3 > Reporter: Pär Malmqvist > > When I transport a string including "\r\n" over SOAP and Axis 1.2 from a > server to a client the client receives a string including "\n" only. > When I transport a string including "\r\n" over SOAP and Axis2 1.3 from a > server to a client the client receives a string including "\r\n". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.