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

2016-01-12 Thread Lukasz Lenart
What servlet container do you use? Java version? Maybe it's an internal container's limitation? 2016-01-13 5:18 GMT+01:00 punter : > HiDo you get an error message? > No error message is obtained during the fileupoad. > In our application all request are mapped to the

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

2016-01-12 Thread punter
HiDo 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 size

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

2016-01-12 Thread Christoph Nenning
> 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).