I get this error:
Exception during request processing: Caused by javax.servlet.ServletException with message: \"Parameter count exceeded allowed maximum: 512
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
catalina.properties