Hi All,
In my stderr of my Tomcat server I am getting the following exception
'Cookie name path is a reserved token'. The pages it is throwing this on
are called thousands of times a day, but it appears that this error only
occurs now and then. Does anyone know what would cause this exception?
Thanks,
-dave
2001-04-25 11:38:33 - Ctx( ): Exception in: R( + /rec/help/contact.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:494)
at
org.apache.tomcat.session.StandardSessionInterceptor.requestMap(StandardSessionInterceptor.java:145)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:820)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:771)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:166)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)