JAX-RS attachment content its are malformed
-------------------------------------------

                 Key: CXF-3471
                 URL: https://issues.apache.org/jira/browse/CXF-3471
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.3.4, 2.4
            Reporter: Benson Margulies
            Assignee: Benson Margulies


AttachmentUtil creates silly content ID:

Line 159 of Attachment Util:
id = "Content-ID: <[email protected]";

Likely something is  wrong around there.   The best option is probably to move
the "decode" into the above "if" and set the id to just
[email protected] or something at that point.

And "Content-ID: " definitely shouldn't be there.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to