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/10/31 21:32:39 UTC

BugRat Report #324 has been filed.

Bug report #324 has just been filed.

You can view the report at the following URL:

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

REPORT #324 Details.

Project: Catalina
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: m3
   JVM Release: jdk 1.3
   Operating System: Linux
   OS Release: RedHat 6.1
   Platform: Intel 

Synopsis: 
After init, getOutputStream fails.

Description:

Just after a init, a servlet, in
doGet or doPost cannot call

request.getInputStream()
or response.getOutputStream()

because tomcat/catalina it raises an exception.
(NullPointerException)