Skip to content

Cxf 9233 fix response context - #3373

Open
vp340 wants to merge 9 commits into
apache:mainfrom
vp340:CXF-9233-Fix-Response-Context
Open

Cxf 9233 fix response context#3373
vp340 wants to merge 9 commits into
apache:mainfrom
vp340:CXF-9233-Fix-Response-Context

Conversation

@vp340

@vp340 vp340 commented Aug 13, 2026

Copy link
Copy Markdown

Pull request with a new possible solution to Jira Cxf-9233

super(Phase.PRE_INVOKE, sender);

//Make sure that the LIVE_LOGGING_PROP won't be propagated into the ResponseContext from IN Messages
addResponseContextExcludedInProperty(LIVE_LOGGING_PROP);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vp340 thanks for another alternative, the problem I see with this one is two fold: LoggingXxxInteceptor has to be aware about the ClientImpl specifics/internals but this is generic feature that works for client (we have many) or/and server (same, many).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants