users@jersey.java.net

Glassfish Response Headers

From: Herak Sen <HSen_at_vertrax.com>
Date: Fri, 28 Aug 2009 11:37:30 -0400

Hi,

I cannot remove/update the 'X-Powered-By' and 'Server' response headers using javax.ws.rs.core.Response.
In case of servlets its possible to do so via HTTPServletResponse.

I guess it's due to the fact the generated response is not the final response in the chain.

Herak