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


##########
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:
   I think no test hits this line…



-- 
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