[undertow-dev] Servlet request and form parameters

Michal Petrov mpetrov at redhat.com
Mon Mar 10 05:21:49 EDT 2014


Hi,

I'm from the RichFaces team and I've run into a problem with the HttpServletRequestImpl on WildFly 8 Final (Undertow 1.0.1.Final).

In our fileUpload component we're intercepting the request and parsing the parts to find the uploaded files, wrapping it and passing it on. Reading the parts sets readStarted to true and so in the Restore View phase when JSF is checking the request parameters they are inaccessible because readStarted stops the parsing of form data. I can work around that but I'm wondering what's the reason for preventing the parsing.

Thanks,
Michal


More information about the undertow-dev mailing list