Re: Request exceeded allowed size limit! Max size allowed is: 2,097,152

2017-03-13 Thread Emi
I'm not sure, but I think the tomcat configuration is case sensitive. Can you please try "maxPostSize" instead of "maxpostsize" in your connector config? Have updated to the following and succeeded this time (struts2: most recent version). (1) server.xml Change to maxPostSize (2)

Re: Request exceeded allowed size limit! Max size allowed is: 2,097,152

2017-03-13 Thread Johannes Geppert
ter.com/jogep 2017-03-13 15:57 GMT+01:00 Emi <em...@encs.concordia.ca>: > Hello, > > Tried to upload file, and always got the following errors: > > Request exceeded allowed size limit! Max size allowed is: 2,097,152 but > request was: 2,463,633! > > > > Ma

Re: Request exceeded allowed size limit! Max size allowed is: 2,097,152

2017-03-13 Thread Adam Brin
what version of struts are you using? There was a bug for a version that limited the size, I believe. On Mon, Mar 13, 2017 at 7:57 AM, Emi <em...@encs.concordia.ca> wrote: > Hello, > > Tried to upload file, and always got the following errors: > > Request exceeded allowed

Request exceeded allowed size limit! Max size allowed is: 2,097,152

2017-03-13 Thread Emi
Hello, Tried to upload file, and always got the following errors: Request exceeded allowed size limit! Max size allowed is: 2,097,152 but request was: 2,463,633! May I know where I missed the steps please? struts.xml extends="security-fix" strict-method-invocat