|
Re: [enhydra] Requests with more than 8K: msg#00017java.enhydra.general
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, --------------------------------------------------------------------------------
-- 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> |
|---|---|---|
| Previous by Date: | [enhydra] Requests with more than 8K, Rafael Torres |
|---|---|
| Next by Date: | RE: [enhydra] Session Data Destruction Event, cristiano cunha |
| Previous by Thread: | [enhydra] Requests with more than 8K, Rafael Torres |
| Next by Thread: | RE: [enhydra] Session Data Destruction Event, cristiano cunha |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |