czw., 29 gru 2022 o 11:55 Greg Huber <gregh3...@gmail.com> napisał(a): > > I made no changes just used the branch as is. I tried deleting the > commons jar to make sure it was using the new code but my app won't > start without it.
Cool, it means I didn't break any existing configuration :D Did you change the value of the "struts.multipart.parser" constant? > ..If I add a breakpoint on FileUploadSupport isFileUploadRequest(..) it > stops so I assume its being used. Yes, it is used just to verify if request should be left to be processed by the servlet, to full use the new @MultipartConfig you must add the following servlet in your web.xml plus additional mapping https://github.com/apache/struts/pull/650/files#diff-058a38cfcdd6de381467549793200fd7c1e0f790a1de1fd72e27cd2cf4a06079 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org