if I add Content-type x-www-form-urlencoded to the header, the parameter is passed but making a trace with wireshark, I can see the params are attached to the URI and not send as data. the server complains with contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. if I use other clients I have no problem. thanks On June 19, 2013 at 4:31:07 PM, Simone Bordet ([email protected]) wrote:
|
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
