Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] maxFormContentSize Configuration??

Hi all

we use Jetty 7.2 in an osgi environment (Karaf).
I have the following problem:

java.lang.IllegalStateException: Form too large857459>200000
        at org.eclipse.jetty.server.Request.extractParameters(Request.java:251)
        at org.eclipse.jetty.server.Request.getParameterMap(Request.java:670)

Where can I change the maxFormContentSize?

I tried in WEB-INF/jetty.xml, in the system properties and in jetty.xml, but nothing did work.
I cannot debug it because the git-tree for jetty-git is not available.
Anyone can help?

Regards Michael

-- 
Michael Szalay
Senior Software Engineer

basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22
http://www.basis06.ch - source of smart business 



Back to the top