hi,

On Thu, 2003-04-03 at 20:13, Frank Morton wrote:
> 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.

are you using GET or POST method to process the data?

if you're using GET than the URL that is generated might be too long for
your browser to correctly process (i.e. it chops off the entries at the
end). the other possibility is that jetty itself refuses to process the
longish URL.

for POST requests i don't know if there is a browser-imposed limit on it
but apache (1.3.x series at least) has a setting that limits the amount
of data you can submit in a POST request, jetty might have a similar
setting. have you checked the jetty documentation for this?

hope it helps,
        christian



-------------------------------------------------------
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