View Revisions: Issue #6904

Summary 0006904: Missing maxFormKeys setting causes "form with too many fields" error
Revision 2025-10-02 23:12 by pbelov
Additional Information Set this JVM property (on a SymmetricDS node, which is listening for inbound HTTP connections) to the conf/sym_service.conf file (and restart the service):
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=800000
-Dorg.eclipse.jetty.server.Request.maxFormKeys=100000

Or to the bin/setenv file, if running SymmetricDS in some other way, like from a command line.
Revision 2025-10-02 23:09 by pbelov
Additional Information Set this JVM property (on a SymmetricDS node, which is listening for inbound HTTP connections) to the conf/sym_service.conf file:
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=800000
-Dorg.eclipse.jetty.server.Request.maxFormKeys=100000

Or to the bin/setenv file, if running SymmetricDS in some other way, like from a command line.
Revision 2025-05-23 19:06 by elong
Additional Information