jwcarman opened a new pull request #445: CXF-7842: ContainerRequestFilter.getHeaders() Does Not Honor Header Split Setting URL: https://github.com/apache/cxf/pull/445 There was a very strange line in the ContainerRequestContextImpl which nulled out the HttpHeaders that were already there as a field. So, a simple solution was to not null it out and return what HttpHeaders was returning, since it already does the right thing. Let me know if this will work. All tests in the frontend-jaxrs module passed for me. My Jenkins is still running the full build, but I thought I'd get this in front of you guys to let me know if I'm on the right track. Thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
