Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-25 Thread Kiran Badi
haha got it Lukasz.Thanks. On Thu, Jun 25, 2015 at 1:02 AM, Lukasz Lenart wrote: > 2015-06-25 5:25 GMT+02:00 Kiran Badi : > > ok Lukasz,Thanks > > > > I think its exclude pattern which was required here > > > > I am using > > It's a pattern, regex so you must escape "." like this > "URL1\\.do,

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-24 Thread Lukasz Lenart
2015-06-25 5:25 GMT+02:00 Kiran Badi : > ok Lukasz,Thanks > > I think its exclude pattern which was required here > > I am using It's a pattern, regex so you must escape "." like this "URL1\\.do,URL2\\.do" Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-24 Thread Kiran Badi
ok Lukasz,Thanks I think its exclude pattern which was required here I am using 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 wh

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-23 Thread Lukasz Lenart
Please do not cross post to many lists. 2015-06-24 1:22 GMT+02:00 Kiran Badi : > 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

Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-23 Thread Kiran Badi
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