Bug report #368 has just been filed.

You can view the report at the following URL:

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

REPORT #368 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2
   JVM Release: 1.3
   Operating System: Linux
   OS Release: Redhat 7
   Platform: Intel Pentium

Synopsis: 
java.lang.IllegalArgumentException: Cookie name Path is a reserved token

Description:
When a JSP page or servlet is loaded very often (about 70 times per second), we get 
many error messages on the server console like this:

2000-11-10 04:12:06 - Ctx( /SoftWork ): Exception in: R( /SoftWork + /SQL-Test.jsp + 
null) - java.lang.IllegalArgumentException: Cookie name Path is a reserved token
        at javax.servlet.http.Cookie.<init>(Cookie.java:185)
        at org.apache.tomcat.util.RequestUtil.processCookies(RequestUtil.java:189)
        at org.apache.tomcat.core.RequestImpl.getCookieCount(RequestImpl.java:484)
        at 
org.apache.tomcat.request.SessionInterceptor.requestMap(SessionInterceptor.java:135)
        at 
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:809)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:760)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
        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(Unknown Source)

The error occurs only if there is heavy load on the server.
Title: BugRat Report # 368

BugRat Report # 368

Project: Tomcat Release: 3.2
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Claus Reibenstein ( [EMAIL PROTECTED] )
Date Submitted: Nov 10 2000, 09:37:13 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
java.lang.IllegalArgumentException: Cookie name Path is a reserved token
Environment: (jvm, os, osrel, platform)
1.3, Linux, Redhat 7, Intel Pentium

Additional Environment Description:
The error also occurs when running Tomcat on a Windows 2000 machine (Intel P-II). The clients run on Windows 2000 exclusively.

Report Description:
When a JSP page or servlet is loaded very often (about 70 times per second), we get many error messages on the server console like this: 2000-11-10 04:12:06 - Ctx( /SoftWork ): Exception in: R( /SoftWork + /SQL-Test.jsp + null) - java.lang.IllegalArgumentException: Cookie name Path is a reserved token at javax.servlet.http.Cookie.(Cookie.java:185) at org.apache.tomcat.util.RequestUtil.processCookies(RequestUtil.java:189) at org.apache.tomcat.core.RequestImpl.getCookieCount(RequestImpl.java:484) at org.apache.tomcat.request.SessionInterceptor.requestMap(SessionInterceptor.java:135) at org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:809) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:760) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210) 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(Unknown Source) The error occurs only if there is heavy load on the server.

How To Reproduce:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to