I have upgraded to CXF v2.5.2, but I do not understand how to set the JAXRS property "org.apache.cxf.http.add-headers" to true.
I see where the CXF class MessageImpl.setContextualProperty() would allow me to set this property, but how is MessageImpl class used to create a Response? Currently I am using Response.ResponseBuilder to build my response, and using its header() method to add http headers. Even if I were to use the CXF ResponseImpl or ResponseBuilderImpl, I do not see how to set this JAXRS property? Any help would be appreciated. -- View this message in context: http://cxf.547215.n5.nabble.com/Same-HTTP-header-in-JAXRS-response-multiple-times-tp4556926p5541847.html Sent from the cxf-user mailing list archive at Nabble.com.