You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/03/12 21:38:50 UTC

[jira] Resolved: (CXF-1590) Quoted-Printable Content-Transfer-Encoding does not get decoded

     [ https://issues.apache.org/jira/browse/CXF-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1590.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.10
                   2.1.4
         Assignee: Daniel Kulp

> Quoted-Printable Content-Transfer-Encoding does not get decoded
> ---------------------------------------------------------------
>
>                 Key: CXF-1590
>                 URL: https://issues.apache.org/jira/browse/CXF-1590
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1
>            Reporter: aaron pieper
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4, 2.0.10
>
>
> The following is an MTOM attachment generated by SoapUI, a web testing tool:
> ------=_Part_6_1979395.1210796510882
> Content-Type: text/xml; charset=Cp1252
> Content-Transfer-Encoding: quoted-printable
> Content-ID: 606517570647
> <?xml version=3D"1.0" encoding=3D"UTF-8"?>
> <MyXml attribute=3D"value">
> </MyXml>
> The content-transfer-encoding is quoted-printable, and the attachment uses "=3D" throughout, which is a quoted-printable-encoded equals sign. CXF should handle the decoding of this attachment. However, when this attachment reaches my web service implementation after going through CXF's interceptors, the "=3D" characters are still included the document, rendering the XML invalid.

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