-
Feature Request
-
Resolution: Done
-
Major
-
3.0.5.Final, 3.0.6.Final
-
None
@POST @Consumes(MediaType.APPLICATION_FORM_URLENCODED) public Response post(MultivaluedMap<String, String> params)
In this method, params can be injected as null if the request has a Content-Length: 0 header. I'd expect an empty map.