Hi Benedikt, I am on 1.3.1 and struts dependencies wrt to file upload is
https://struts.apache.org/docs/file-upload.html#FileUpload-Dependencies I recently upgraded to 1.3.1 and my issue was with struts 2 playing mischief(I think fileupload interceptor was issue) and now it's fixed and working good. I have many libraries from apache and most of those libraries ships same jars again and again.Recent issue was with struts 2. I have removed all jars and hopefully I believe strut 2.3.20 should not have any issues with 1.3.1 though they still recommend 1.2.2 - Kiran On Wed, Jun 24, 2015 at 4:10 AM, Benedikt Ritter <[email protected]> wrote: > Hello Kiran, > > 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. > > > > Any thoughts please. > > > > I don't know which Commons Artifacts the Struts project is shipping. Maybe > you should ask on their user list if you haven't already. The latest > release of Apache Commons FileUpload is 1.3 [1]. Which version are you > using now that you've upgraded? > > Benedikt > > [1] https://commons.apache.org/proper/commons-fileupload/ > > > > > > - Kiran > > > > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter >
