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