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