DO NOT REPLY [Bug 21116] - EOFException thrown - seemingly random

2003-06-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21116

EOFException thrown - seemingly random

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-06-30 14:14 ---
It "feels" random because the web client is not posting the correct content
length. This usually happens when the web client has aborted the request during
the process of making the post.

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



DO NOT REPLY [Bug 21116] - EOFException thrown - seemingly random

2003-06-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21116

EOFException thrown - seemingly random





--- Additional Comments From [EMAIL PROTECTED]  2003-06-30 14:09 ---
Excuse me, line 25 is the second line in the following code: (not what I had
just posted)

public void doPost(HttpServletRequest request, HttpServletResponse
response)throws ServletException, IOException{
ObjectInputStream in = new ObjectInputStream(request.getInputStream());

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



DO NOT REPLY [Bug 21116] - EOFException thrown - seemingly random

2003-06-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21116

EOFException thrown - seemingly random





--- Additional Comments From [EMAIL PROTECTED]  2003-06-30 14:05 ---
By the way, line 25 in BTecServlet is the second line here:

public void doPost(HttpServletRequest request, HttpServletResponse
response)throws ServletException, IOException{
ObjectInputStream in = null;
ObjectOutputStream out = null;

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