I get this error:
Exception during request processing: Caused by javax.servlet.ServletException with message: \"Parameter count exceeded allowed maximum: 512
Another way if you're using WildFly is edit the standalone.xml file and add max-parameters:
standalone.xml
max-parameters
standalone.xml example:
... ...