You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2011/04/25 20:29:03 UTC

[jira] [Created] (CXF-3471) JAX-RS attachment content its are malformed

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: <root.message@cxf.apache.org";

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
root.message@cxf.apache.org 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

[jira] [Resolved] (CXF-3471) JAX-RS attachment content its are malformed

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-3471.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.1

> 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.4, 2.3.4
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.4.1
>
>
> AttachmentUtil creates silly content ID:
> Line 159 of Attachment Util:
> id = "Content-ID: <root.message@cxf.apache.org";
> 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
> root.message@cxf.apache.org 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

[jira] [Commented] (CXF-3471) JAX-RS attachment content its are malformed

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024908#comment-13024908 ] 

Benson Margulies commented on CXF-3471:
---------------------------------------

You know, if there's a disposition with a name, why not use that?

> 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.4, 2.3.4
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> AttachmentUtil creates silly content ID:
> Line 159 of Attachment Util:
> id = "Content-ID: <root.message@cxf.apache.org";
> 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
> root.message@cxf.apache.org 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