I am using Jersey 1.8 in my application. I am trying to consume POST data at the server. The data is of the type application/x-www-form-urlencoded.
POST
application/x-www-form-urlencoded
For cases where the Content-Type is multipart/form-data, this MultivaluedMap approach won't work.
Content-Type
multipart/form-data
MultivaluedMap
Use FormDataMultiPart - docs here.
FormDataMultiPart