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/20 14:07:55 UTC

BugRat Report #286 has been filed.

Bug report #286 has just been filed.

You can view the report at the following URL:

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

REPORT #286 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2b4
   JVM Release: 1.2.2
   Operating System: NT
   OS Release: 4
   Platform: Intel

Synopsis: 
Exception below thrown

Description:
2000-10-20 11:00:22 - ContextManager: Error reading request, ignored - java.lang.ArrayIndexOutOfBoundsException: 2048
	at org.apache.tomcat.service.http.HttpRequestAdapter.parseHeaderFiled(HttpRequestAdapter.java:228)
	at org.apache.tomcat.service.http.HttpRequestAdapter.readHeaders(HttpRequestAdapter.java:209)
	at org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpRequestAdapter.java:144)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:192)
	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
	at java.lang.Thread.run(Thread.java:479)