reiern70 opened a new pull request, #1167:
URL: https://github.com/apache/wicket/pull/1167

    Provide a way to hook into tomcat native multipart processing and at the 
same time do upload progress reporting. This is needed because with tomcat 11.x 
tomcat will parse multipart whenever getParameters is called and logic using 
fileupload2 is very error-prone (it can be rather easily broken on applications 
if "someone" calls getParameters before wicket form processing takes place).
   
   This should be working for Tomcat 11.x after 
   
   https://github.com/apache/tomcat/pull/856
   
   See
   
   https://bz.apache.org/bugzilla/show_bug.cgi?id=69690


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to