Hi,
I have a resource that returns this response:
Response.status( 409 ).build()
The method that returns this response is simply annotated with @POST and
the @Path, but not with any @ProduceMime.
The response that the client receives has the correct status, but the
body contains the markup of the 409 error page of tomcat, with
Content-Type "text/html".
With jetty this works as expected: the response does not contain a body.
Would you say this is an issue of tomcat or of jersey?
Cheers,
Martin