Skip to content

Conversation

reiern70
Copy link
Contributor

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

apache/tomcat#856

See

https://bz.apache.org/bugzilla/show_bug.cgi?id=69690

…essing 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant