Hello,
After updating to jersey 2.21 I'm getting 415 responses when submitting
forms unless I add a @Consumes("application/x-www-form-urlencoded"). I'm
using a method with @FormParam annotations.
According to the spec the absence of a @Consumes-Annotation support for any
media type (“*/*”) is assumed. How comes Jersey is returning a 415 response
without this annotation?
Cheers,
Reto