You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Scott Anderson (JIRA)" <ji...@apache.org> on 2007/12/15 12:26:43 UTC

[jira] Issue Comment Edited: (CXF-1289) XML contains binary data (ASCII 27, ^[, ESC)

    [ https://issues.apache.org/jira/browse/CXF-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552048 ] 

scotta edited comment on CXF-1289 at 12/15/07 3:25 AM:
---------------------------------------------------------------

My client is Mozilla Firefox, which is absolutely not defective.

If you're going to play hard-ball, then CXF should reject the string when it fails to encode to XML properly.

      was (Author: scotta):
    My client is Mozilla Firefox, which is absolutely not defective.

If you're going to play hard-ball, then CXF should reject the string when it fails to encode to XML properly. However, since properly encoding non-XML characters isn't any less correct than allowing them to pass through unmodified, I can't see what the harm would be.
  
> XML contains binary data (ASCII 27, ^[, ESC)
> --------------------------------------------
>
>                 Key: CXF-1289
>                 URL: https://issues.apache.org/jira/browse/CXF-1289
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.2, 2.0.3
>            Reporter: Scott Anderson
>
> I've got a SOAP request that results in a string with an ESCAPE code (ASCII 27, ^[, ESC), and it isn't being transformed in to XML properly. CXF leaves it as its binary value, instead of converting to &#27; or &#x1B;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.