garydgregory commented on code in PR #481:
URL: 
https://github.com/apache/commons-fileupload/pull/481#discussion_r3652827238


##########
commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/FileItemInputIteratorImpl.java:
##########
@@ -155,13 +172,10 @@ private boolean findNextItem() throws 
FileUploadException, IOException {
             }
             final var headers = 
fileUpload.getParsedHeaders(multi.readHeaders());
             if (multipartRelated) {
+                checkMaxFileCount();

Review Comment:
   Please check the source code before making claims and forcing me to do the 
homework 😞  
`org.apache.commons.fileupload2.core.AbstractFileUploadTest.testMultipleRelated()`
 is called by 7 concrete subclasses.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to