Description
When client side set accept encoding to "*" value and send request to following operation, client always get notAcceptable .
@GET
@Path("/test")
public Response test(@Context Request req)
When client side set accept encoding to "*" value and send request to following operation, client always get notAcceptable .
@GET
@Path("/test")
public Response test(@Context Request req)