Is there a restriction on the maximum size of post data on a web application server?
问题 In my web application there is a form which can contain a huge amount of data (this depends on the result of a previous query). When the form reaches a certain size, the servlet cannot cope and an exception is thrown. It seems that the first attempt to fetch a request parameter causes the problem. I have tried to reproduce the problem on my test server but do not get a problem even when the data size is greater than on the production server. As a result, I am now wondering if there is a