[GitHub] [cxf] reta merged pull request #967: CXF-8730: Fix org.apache.cxf.osgi.itests.jaxrs.JaxRsServiceTest

2022-06-30 Thread GitBox
reta merged PR #967: URL: https://github.com/apache/cxf/pull/967 -- 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 que

[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

2022-06-30 Thread GitBox
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:

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

2022-06-30 Thread GitBox
reta commented on PR #950: URL: https://github.com/apache/cxf/pull/950#issuecomment-1171253412 Thanks @mash-sap , may I ask you please for to confirm, I am trying to understand the case: with this change non-`cid:` prefixed `Content-ID` header is encoded on serializer side and **is not** de

[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

2022-06-30 Thread GitBox
mash-sap commented on PR #950: URL: https://github.com/apache/cxf/pull/950#issuecomment-1171296652 Eaxctly @reta. Outgoing Content-ID is encoded, but incoming message Content-ID is not decoded. -- This is an automated message from the Apache Git Service. To respond to the message,

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

2022-06-30 Thread GitBox
reta commented on PR #950: URL: https://github.com/apache/cxf/pull/950#issuecomment-1171421880 @mash-sap thanks for heads up, I will take a look shortly, we may fix that by properly decoding in the deserializer. -- This is an automated message from the Apache Git Service. To respond to