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