Hi,

in our rest web service (exposed through Jax-rs annotations) we set some
custom headers directly in the HttpServletResponse (injected through
@Context). The custom headers seems to be lost.

Looking at this:
https://mail.google.com/mail/#search/label%3Alista-cxf+headers+custom/1254f5eb8da8b1b7

it seems this was already a known problem. The version we are using now is
the 2.2.6-SNAPSHOT.

Is this a regression?


Our code:
httpServletResponse.addHeader("Location", "test");


Thanks in advance,
V.

Reply via email to