Re: [commons-fileupload2-jakarta] JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-10-08 Thread Maxim Solodovnik
Here is the patch inlined (not sure if it worth PR ... ) diff --git a/commons-fileupload2-jakarta-servlet5/src/test/java/org/apache/commons/fileupload2/jakarta/servlet5/JakartaServletFileUploadTest.java b/commons-fileupload2

Re: [commons-fileupload2-jakarta] JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-10-08 Thread Gary Gregory
Please provide a PR so tye build checks can run. TY, Gary On Sun, Oct 8, 2023, 11:52 AM Maxim Solodovnik wrote: > Here is the patch inlined (not sure if it worth PR ... ) > > > diff --git > a/commons-fileupload2-jakarta-se