DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 07:32 ---
Please also submit the client code to reproduce the problem, as this works for
me right now.

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 15:56 ---
I'm not sure what you mean by submit the client code to reproduce the problem
- both the war file and the zip file include /bugtest.html, which is the browser
page that explains how to reproduce the bug and has a form that invokes the
first servlet.  The zip file also includes the source code for the two servlets.
 To invoke the page on my default install of Tomcat, I use
http://localhost:8080/bugtest/bugtest.html.

I've tried several times to attach the zip file and the war file to this bug
report, but with no success.  Perhaps because I'm behind a firewall and a router
using NAT?

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 16:08 ---
I need some data you send to the servlet, as well as how you send it (= the
cleint code). I didn't look at bugtest.html (the servlet code seemed obvious,
you could have done while(r.readLine() != null)), and it does look enough. I'll
try it. It would have been more reliable using a custom program, of course.

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 16:31 ---
I'm unable to have bugreport.html work, right now (it doesn't seem to generate
anything).

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 16:38 ---
The html page was just to enable me to quickly try different combinations of
line length and number of lines, since some combinations worked and some did
not.  If after trying the html you still can't reproduce it, I'll write a little
java program that tries the various combinations.

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 16:47 ---
I'm ok with using your html file, but right now it doesn't work for me. For
example, it accesses the BugTest1 servlet (which I think should work), and it
also seems to send empty lines.

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-14 17:05 ---
Ok, I got the thing to work. It seems like this doesn't work with Mozilla.

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



DO NOT REPLY [Bug 28959] - IOException using CoyoteReader.readLine() but not using .read()

2004-05-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28959.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28959

IOException using CoyoteReader.readLine() but not using .read()





--- Additional Comments From [EMAIL PROTECTED]  2004-05-13 18:13 ---
I seem to be having trouble uploading attachments, so I've posted the war file 
and the zip file at:
http://www.netyourwork.com/download/bugtest.war
and
http://www.netyourwork.com/download/tomcat-5.0.24-bugtest.zip

I'll try again to attach them later.

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