is there a global setting that can be added to web.xml ? or to
struts.properties ?

e.g. set a global non existing upload folder
set max file size to 0 e.t.c.

Regards


On Fri, Apr 14, 2017 at 8:33 AM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 2017-04-13 17:43 GMT+02:00 Adam Brin <ab...@digitalantiquity.org>:
> > One step is  to modify the struts.xml to create a custom stack that
> doesn’t include the file-upload interceptor.
>
> Parsing of multipart request happens early, in Dispatcher so to be
> 100% sure you must implement a NoOpMultipartParser or define your own
> Dispatcher and override the wrapRequest() method or or the
> isMultipartRequest() method (new in 2.5.11)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to