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


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.

Reply via email to