You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/06/30 12:42:28 UTC

[GitHub] [cxf] mash-sap commented on pull request #950: CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded

mash-sap commented on PR #950:
URL: https://github.com/apache/cxf/pull/950#issuecomment-1171172489

   Yes, this change is causing outgoing content-ids to be ENCODED. But unfortunately it also breaks the DECODE of incoming message. Content-ID headers do not contain "cid:-prefix as assumed here:
   https://github.com/apache/cxf/pull/950/commits/221456aa5a515589b3bcda07a879de1b6e5e458c#diff-e3efb80d0a98bbbd7f6eddd3c021c5fb5ab05ea2ee8d97dc68026f6345e5a509R227
   
   So after picking this change, I can see that outgoing headers are encoded but incoming messages are not decoded anymore. So I think there has to be a different condition to decide between en/decoding.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org