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/23 16:15:07 UTC

BugRat Report #300 has been filed.

Bug report #300 has just been filed.

You can view the report at the following URL:

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

REPORT #300 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.4b6
   JVM Release: 1.2.2
   Operating System: NT
   OS Release: 4.0
   Platform: Intel

Synopsis: 
Exception below thrown

Description:
2000-10-23 04:04:26 - ContextManager: Error reading request, ignored - java.lang.ArrayIndexOutOfBoundsException
        at org.apache.tomcat.service.http.HttpRequestAdapter.parseHeaderFiled(HttpRequestAdapter.java:224)
        at org.apache.tomcat.service.http.HttpRequestAdapter.readHeaders(HttpRequestAdapter.java:205)
        at org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpRequestAdapter.java:140)
        at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:195)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)