https://bz.apache.org/bugzilla/show_bug.cgi?id=64384
--- Comment #4 from Christopher Schultz ---
Created attachment 37199
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37199&action=edit
Proposed patch
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384
--- Comment #3 from Christopher Schultz ---
I think I've found the problem, at ContextConfig:1355:
1355MultipartDef multipartdef = servlet.getMultipartDef();
1356if (multipartdef != null) {
1357 if (multipartdef.get
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384
--- Comment #2 from Remy Maucherat ---
Ok, ok, the check here looks inaccurate:
https://github.com/apache/tomcat/blob/master/java/org/apache/catalina/startup/ContextConfig.java#L1365
Unless all are set, only the location would be used.
--
Yo
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384
--- Comment #1 from Christopher Schultz ---
Created attachment 37198
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37198&action=edit
Sample WAR file which reproduces the issue
This WAR file (including source) will work as expected:
1