On Fri, Apr 21, 2023 at 7:18 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote:
> Hi, > > I was looking into the Form's code for wicket 10.x and I just noticed that > by using file fileupload2 we will lose the ability to distinguish between > one file that is too big and the whole request is too big. > I guess the problem is from https://github.com/apache/wicket/commit/8f8951b64db7006b131f7acfc8ad8f32bc6dca8a Gary Gregory refactored commons-fileupload2 recently and removed the logic - https://github.com/apache/commons-fileupload/commit/355d264689c8430a4ee7bd8dfd36fcf8d9459bcf The best is to file an issue to commons-fileupload - https://issues.apache.org/jira/projects/FILEUPLOAD > > https://issues.apache.org/jira/browse/WICKET-7051 > > Besides that I would like to ask why do we need to jump to fileupload2? Is > it because of the "Jakarta thing"? > Yes! > > -- > Regards - Ernesto Reinaldo Barreiro >