Maybe you are using mod_jk with ajp13 ? It was not able to handle
file uploads until tomcat 3.2.2b2. I ran into this problem and
simply switched to ajp12.

*stefan

----- original message -----
Von: Arendsen, Alef [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 13. März 2001 11:15
An: '[EMAIL PROTECTED]'
Betreff: RE: Maximum length HTTP Request


Ok, thnx so far, but I'm 100% sure I'm using a post. It's not a form, but
I'm using my own socket impl. of the http protocol to make it support
timeouts and stuff...

here it is, this is what I'm sending through the outputstream of the socket.
The GET-requests all get redirected to www.smarthaven.com and the post
request are actually executed. All the time when I'm using a length that
doesn't exceed 2048 it actually works, when the length begins to exceed
2048, it doesn't work anymore, SO IN FACT, IT SEEMS THERE'S ALSO A
LIMITATION ON THE POST?????? (at least in Tomcat???????). Somehow the last
two <CRLF> don't arrive (get truncated) and the request isn't passed
through....

ANY IDEAS???????

thnx,
Alef Arendsen
www.smarthaven.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to