ContentID generated incorrectly for MTOM attachments
----------------------------------------------------
Key: CXF-596
URL: https://issues.apache.org/jira/browse/CXF-596
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.0-RC
Reporter: Chris Moesel
The generated ContentID for MTOM binary attachments is generated incorrectly.
It appears that the entire CID is URL-encoded, causing the @ to be changed to
%40. This in turn causes interoperability problems with Axis2.
Although I am not entirely familiar with the CID spec, the RFC appears to
indicate that some level of URL-encoding should occur, but in all its examples,
the @ is never URL-encoded:
http://www.apps.ietf.org/rfc/rfc2111.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.