Disable MultiPart request handling
----------------------------------
Key: WW-2043
URL: https://issues.apache.org/struts/browse/WW-2043
Project: Struts 2
Issue Type: Improvement
Components: Configuration
Affects Versions: 2.0.8
Reporter: Oguz Kologlu
Priority: Minor
Dispatcher will instantiate a MultiPartRequest class instance process the file
upload regardless of whether it is wanted or not. A global setting to disable
processing multipart requests should be available to stop unwanted file
interception.
This is especially important for mixed environments eg S1/S2 where S1 is
expecting to handle the file upload.
(Workaround for this is to implement your own MultiPartRequest class and do
nothing with the upload stream).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.