I'm hitting problems with the maximum form size imposed by Jetty. By
default it is set to 200,000 which doesn't seem to be enough for my
client-side state saving JSF 2.0 application.
java.lang.IllegalStateException: Form too large257423>200000
[java] at org.mortbay.jetty.Request.extractParameters
(Request.java:1276)
[java] at org.mortbay.jetty.Request.getParameter(Request.java:
641)
Is there some way to increase this maximum form size?
Using JSF server-side state saving doesn't work (serialization
errors). It's possibly related to issue 1700 so client state saving
is my only option at the moment.
http://code.google.com/p/googleappengine/issues/detail?id=1700
Thanks.
Scott.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---