Problems running JerseyTest when dealing with HttpServletResponse

Here is a sample Resource class: @Path("/resource") public class SomeResource { @GET @Produces({MediaType.APPLICATION_XML}) public String someMethod(@QueryParam("param1") String pa...