On Tue, 7 Aug 2001, Gareth Coltman wrote:
> I am getting the following error trying to load test my app.
>
> I am looked at the bug database:
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=231
>
> and it claims this bug is fixed in Tomcat 3.3
>
> I am using tomcat 3.3/mod_jk with the pooled tcp connector,and I still get it.
Are you sure you're using 3.3 ? This stack trace is certainly not from
3.3, the org.apache.tomcat.session package was renamed to
o.a.t.modules.session.
I'm pretty sure I fixed the bug in 3.3, but if not - can you send me the
cookie ? Just add a println() in the session interceptor, before cookie
processing - and print all the headers, then send the "Cookie: ...."
header(s).
Costin
>
>
> 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(StandardSess
> ionInterceptor.java:143)
> at
> org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:820
> )
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:77
> 1)
> 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)
>
>