This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch reiern70/WICKET-7154-native-tomcat-upload
in repository https://gitbox.apache.org/repos/asf/wicket.git
at 5c3ca182cd [WICKET-7154] 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 branch includes the following new commits:
new 5c3ca182cd [WICKET-7154] 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).
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.