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

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

Reply via email to