ok Lukasz,Thanks I think its exclude pattern which was required here
I am using <constant name="struts.action.excludePattern" value="URL1.do, URL2.DO"/> however for URL2.do I still have issues.Files still go as null. Not sure what is the issue, but I think I need to spend some time on that now. Do you think pattern is right for 2 urls, I have close to 10 url's which probably I need to exclude. - Kiran On Wed, Jun 24, 2015 at 12:59 AM, Lukasz Lenart <[email protected]> wrote: > Please do not cross post to many lists. > > 2015-06-24 1:22 GMT+02:00 Kiran Badi <[email protected]>: > > Hi All, > > > > I was using Apache FileUpload 1.2 for my classic web app based on > > jsp/servlets and now I have integrated Struts 2.3.20 with this > application. > > > > For some reason after adding S2 with my classic app, its breaking file > > upload functionality which was working fine earlier.Nothing shows up in > > logs other than that all parameters values goes as null. > > > > After doing some analysis I see that S2 ships with file upload jar , > along > > with bunch commons jars. Does S2 file upload jars has any conflict with > > classic file uploads like probably file upload interceptor of S2 > > intercepting earlier functionality etc. > > How did you integrate Struts? Do you use /* as a pattern for the > filter? If so you may consider excluding some urls > http://stackoverflow.com/a/8192169/1805267 > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

