[ 
https://issues.apache.org/jira/browse/CXF-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614141#comment-16614141
 ] 

ASF GitHub Bot commented on CXF-7842:
-------------------------------------

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:
us...@infra.apache.org


> ContainerRequestFilter.getHeaders() Does Not Honor Header Split Setting
> -----------------------------------------------------------------------
>
>                 Key: CXF-7842
>                 URL: https://issues.apache.org/jira/browse/CXF-7842
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.2.6
>            Reporter: James Carman
>            Priority: Major
>
> Even after setting the "org.apache.cxf.http.header.split" setting on the 
> JAXRSServerFactoryBean, the headers still come back concatenated together.  
> They are properly separated in HttpHeadersImpl using the same setting, 
> however.  These need to be consistent.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to