We ran into a similar problem. Not sure if it's related to what you're
seeing, but Jetty added a parameter to guard against certain DOS attacks
that limits the size of form data returned. Setting the
"org.mortbay.http.HttpRequest.maxFormContentSize" system property allows
this to be configured. We use the following to our JBoss startup script:

-Dorg.mortbay.http.HttpRequest.maxFormContentSize=1000000

so we are limited to about 1M of form data.

rob.

----- Original Message -----
From: "Frank Morton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 03, 2003 1:13 PM
Subject: [JBoss-user] jetty max form size reached?


> Using jboss 3.2.0RC2/jetty under MacOS X with JDK 1.4.1.
>
> I have a large form with 2095 items. When processing the form,
> it is only able to find 1819 items in the form request Enumeration.
> I don't know if it is a form size limit, element count limit, or
> something else. Everything I have tried ends with the same result.
>
> Can anyone describe what is happening and how to get around this,
> other than redesigning the form. Is there a config option somewhere?
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: ValueWeb:
> Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
> No other company gives more support or power for your dedicated server
> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to