HTTP POST request header changing in Internet Explorer

2016-07-15 Thread punter
Hi,I have a Struts 2 application with Tomcat 7 that runs on a proxy network. In one partcular case while browsing the applicationit was observed that simply navigating one particular screen multiple times raised a NoSuchMethodException exception once.This was observed in IE-10 browser running on

CVE 2013-2251 not affecting Redhat shipped struts

2016-02-21 Thread punter
Hi, On running a security scan on my Struts project in Red hat reported CVE-2013-2251. This was previously unidentified by another tool as Bugzilla reports that CVE-2013-2251 does not affect Red hat shipped Struts. Link: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-2251But I have insta

Maximum possible value of constant struts.multipart.maxSize in Struts 2.1.8 and Struts 2.3.24

2016-02-09 Thread punter
Hi, Can I set the constant struts.multipart.maxSize (in struts.xml) to a value greater than 2GB?Reference link for 2GB limit:  https://struts.apache.org/docs/handling-file-uploads.html Also what is the maximum limit for this constant in Struts because setting this value to a value greater than

Re: After migration to struts 2.3.24, file upload still not supported for greater than 2gb

2016-01-12 Thread punter
Hi >> Do you get an error message? No error message is obtained during the fileupoad. In our application all request are mapped to the filter. We traced our request for the case of fileupload through the jsp mentioned above.The 2 different scenario for different file sizes are: -> When the file s

After migration to struts 2.3.24, file upload still not supported for greater than 2gb

2016-01-11 Thread punter
Hi, File upload in my struts application is not successful for greater than 2 gb. After previous discussion here on previous thread, I migrated my application to struts 2.3.24 as the only possible solution in form of jakarta-stream parser for large size uploads (greater than 2gb). But after succ

After migrating to struts 2.3.24 from struts 2.1.8, no response to action on login page

2016-01-08 Thread punter
My application displays the login page, but cannot login. On the login page, user enters the username and password but on pressing the login button nothing happens. We have in our jsp :  The struts-framework.xml file

Allow max. file upload size of more than 2gb in struts 2

2015-12-09 Thread punter
Hello, I am using Struts 2.1 in my project. For the file upload process, is it possible to supersede the normal 2 gb file limit for struts2.The struts.xml maxsize element in my project is as follows :   Please update