andymc12 commented on issue #373: JAX-RS 2.1 TCK issues URL: https://github.com/apache/cxf/pull/373#issuecomment-362481200 I added a new commit. Some SSE systests were failing because the SSE code was calling `builder.headers(...)` which was clobbering some required headers. This commit changes it to only add the one header rather than replacing them all. With this last commit, the SSE systests pass for me locally. Assuming they pass Jenkins here, I think this PR should be good to merge. Thanks All!
---------------------------------------------------------------- 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
