You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/02 22:31:24 UTC

BugRat Report #333 has been filed.

Bug report #333 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/333>

REPORT #333 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.2.2
   Operating System: Window NT
   OS Release: 4.0
   Platform: Windows

Synopsis: 
IIS & in-process tomcat

Description:
Applet sends an Object through ObjectOutputStream created from URLConnection.
Servlet-side: While trying create ObjectInputStream from HttpServletRequest, StreamCorruptedException: Caught EOF exception while reading, is thrown.

Servlet responds fine again using ObjectOutputStream.
Out-of-process/Stand-alone no corruption occurs.