users@jersey.java.net

[Jersey] Re: problem reading form data in Glassfish 4

From: Michal Gajdos <michal.gajdos_at_oracle.com>
Date: Mon, 20 Jan 2014 14:37:33 +0100

Hi Rick,

as I mentioned the problem is in presence of beans.xml file that enables
CDI which is eating the form entity before Jersey (or even servlet) is
able to read it itself. Unfortunately the issue is not in our code and
we weren't able to come up with a workaround (other than using
@FormParam). I've filed an issue into Jersey ([1]) and GF ([2]).

[1] https://java.net/jira/browse/JERSEY-2340
[2] https://java.net/jira/browse/GLASSFISH-20957

Thanks,
Michal

On 15.01.2014, 16:16 , Rick Schumeyer wrote:
> This is a continuation of a question from StackOverflow
> (http://stackoverflow.com/questions/20978805/) about trying to read
> post parameters using a MultivaluedMap rather than @FormParam. I'm
> sending this to the list at the suggestion of Michal Gajdos.
>
> Briefly, I am unable to use a MultivaluedMap running with the Jersey
> provided by Glassfish 4 (after the Jersey update).
>
>
>
>