coheigea commented on PR #1473: URL: https://github.com/apache/cxf/pull/1473#issuecomment-1772793116
@ffang The problem is that adding the DOM interceptors means that you are using the whole benefit of the UsernameTokenInterceptor, which is a pure-streaming interceptor. It will cause the message to be converted to DOM. Instead IMO the fix is to add the must understand header as part of the streaming code in UsernameTokenInterceptor. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
