https://bz.apache.org/bugzilla/show_bug.cgi?id=69689
Bug ID: 69689 Summary: user no longer have the ability to process multipart by themselves Product: Tomcat 11 Version: 11.0.6 Hardware: All OS: All Status: NEW Severity: critical Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: reier...@gmail.com Target Milestone: ------- Context. https://issues.apache.org/jira/browse/WICKET-7154 Apache wicket uses fileupload2 in order to parse multipart requests in server agnostic way. Problem: If for any reason a user retrieve any POST parameters before Wicket tries to parse the request using fileupload2 then tomcat parse the PARTS and the stream of data is exhausted. Wicket needs to do this in a server agnostic way and besides that Wicket supports upload progress reporting. I have partially fix this in Wicket by avoiding any calls triggering POST parameters but this a very fragile solution. See for a way to reproduce the problem https://github.com/reiern70/file-upload-broken -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org