Maximum number of parameter passed in a post

后端 未结 5 1359
长情又很酷
长情又很酷 2020-12-05 19:40

I get this error:

Exception during request processing:
Caused by javax.servlet.ServletException with message:
\"Parameter count exceeded allowed maximum: 512         


        
5条回答
  •  無奈伤痛
    2020-12-05 19:54

    Just in case : for a plain Tomcat the corresponding solution is to add :

    org.apache.tomcat.util.http.Parameters.MAX_COUNT=10000
    

    in catalina.properties

提交回复
热议问题