Re: [enhydra] Requests with more than 8K

"Michael Strapp" <[email protected]> Thu, 14 Jul 2005 13:24:47 -0400
Newsgroups gmane.comp.java.enhydra.general
Message-ID <002e01c58898$f3845630$3401a8c0@Mike>
Hi there,
    I've run into that sort of problem before, and I discovered that it was 
actually a limitation of the browser.  I remember testing on IE and found 
that the limit on the GET method data was even less (1K or 2K, I forget 
which) - from what I remember, Mozilla's limits were a little higher than 
IE.  Barring modifying the form to send less data (e.g. fewer parameters, 
shorter values), the only other solution is to switch to a multipart mime 
POST (i.e. <form method="post" ... enctype="multipart/form-data">) and using 
classes from the com.lutris.mime package to process the form data in your 
presentation object.

Mike.

----- Original Message ----- 
From: "Rafael Torres" <[email protected]>
To: <[email protected]>
Sent: Thursday, July 14, 2005 1:03 PM
Subject: [enhydra] Requests with more than 8K


> Hi again,
>
> Now I have come across another problem. I'm using Apache 2.0 and Enhydra
> 6.4 (Tomcat).
> Apache and Tomcat are connected together by AJPv13.
> When I do a post request with more than 8K of data through Apache, the
> data that I receive in my servlet only has 8K of data. This results in
> an error in my application has I was expecting more than 8K of data
> (more exactly, 19K of data).
>
> Has anyone got this problem/behavior? Is this a known issue? How can I
> solve it?
>
> Thanks
> Rafael Torres
>
>
>


--------------------------------------------------------------------------------


>
> --
> You receive this message as a subscriber of the [email protected] 
> mailing list.
> To unsubscribe: mailto:[email protected]
> For general help: mailto:[email protected]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
message-footer.txt (text/plain, 275 B)
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws