Susan Javurek created CXF-6435:
----------------------------------
Summary: Support base64 for attachment encoding in CXF
Key: CXF-6435
URL: https://issues.apache.org/jira/browse/CXF-6435
Project: CXF
Issue Type: Bug
Reporter: Susan Javurek
Description of the issue is in this forum post:
http://cxf.547215.n5.nabble.com/Setting-soap-attachment-Content-Transfer-Encoding-td3335835.html
Attachment encoding in CXF doesn't support base64. AttachmentSerializer.class
in cxf-api contains the hardcoded value
writer.write(URLDecoder.decode(attachmentId, "UTF-8"));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)