[Bug 64384] is ignored if any of max-file-size/max-request-size/file-threshold-size elements are missing

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384

--- Comment #8 from Christopher Schultz  ---
Rémy has back-ported to 9.0.x and 8.5.x.

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



[Bug 64384] is ignored if any of max-file-size/max-request-size/file-threshold-size elements are missing

2020-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384

Christopher Schultz  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #7 from Christopher Schultz  ---
Fixed in trunk (tc10) in commit 8dddc11512fbd3b91ed9d737a42e4b8415458ddf

Working on my git-fu to back-port to other supported branches.

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



[Bug 64384] is ignored if any of max-file-size/max-request-size/file-threshold-size elements are missing

2020-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384

--- Comment #6 from Christopher Schultz  ---
Initial testing indicates this patch is correct.

I'll commit once I build a proper test-case.

My guess is that this will not affect uses of @MultipartConfig annotation, as
this bug occurs when copying the web.xml config to the live servlet (wrapper)
object.

Temporary workaround for anyone observing lack of : Make sure
to specify all of max-file-size, max-request-size, file-size-threshold

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



[Bug 64384] is ignored if any of max-file-size/max-request-size/file-threshold-size elements are missing

2020-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384

Christopher Schultz  changed:

   What|Removed |Added

Summary| is   | is
   |ignored when there is no|ignored if any of
   |   |max-file-size/max-request-s
   |element specified   |ize/file-threshold-size
   ||elements are missing

--- Comment #5 from Christopher Schultz  ---
Updating description to reflect the fact that any missing element can cause
this.

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