Hi All,

I'm having trouble with one servlet communicating with another servlet.
I create the URL, open the connection, get an output stream,
write to the output stream, flush it, and close it.  The servlet I'm
writing to gets an input stream and reads the data, but it never sees
the end of the data and hangs.  The only clue I got was a 
"parse error" displayed in the Tomcat window.  I searched in the Tomcat
source and found that it is the AdapterHandler that is generating this
message when trying to parse an HTTP Header.  So, I added a dummy
Cookie
to the HTTP Header and everything worked.  This seems like a bug to me.
Is this problem already know.  I'm using 3.2 beta 6.

Thanks.



=====
Wyn Easton
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

Reply via email to