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/08/29 00:27:56 UTC

[GitHub] [cxf] reta opened a new pull request, #993: CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded (limiting decoding only to % encoded characters)

reta opened a new pull request, #993:
URL: https://github.com/apache/cxf/pull/993

   Limiting decoding only to % encoded characters (as per  RFC-2392).
   
   // A "cid" URL is converted to the corresponding Content-ID message
   // header [MIME] by removing the "cid:" prefix, converting the % encoded
   // character to their equivalent US-ASCII characters


-- 
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


[GitHub] [cxf] reta merged pull request #993: CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded (limiting decoding only to % encoded characters)

Posted by GitBox <gi...@apache.org>.
reta merged PR #993:
URL: https://github.com/apache/cxf/pull/993


-- 
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


[GitHub] [cxf] reta commented on pull request #993: CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded (limiting decoding only to % encoded characters)

Posted by GitBox <gi...@apache.org>.
reta commented on PR #993:
URL: https://github.com/apache/cxf/pull/993#issuecomment-1232310088

   @atnyxp would it fix your issue with `+` encoding / 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