logo       

Re: [enhydra] Requests with more than 8K: msg#00017

java.enhydra.general

Subject: Re: [enhydra] Requests with more than 8K

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" <rtorres@xxxxxxxxxxxx>
To: <enhydra@xxxxxxxxxxxxx>
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 enhydra@xxxxxxxxxxxxx mailing list.
To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws




--
You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx mailing
list.
To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise