This looks like Tomcat 3.2.x. Bugs: <http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=231>
and <http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=1114> report this problem. Bug 1114 indicates this was fixed in Tomcat 3.2.4. However, I believe the fix is that it doesn't throw an exception, but simply ignores the cookie so the request can continue. I have vague recollections of this error being reported as occurring when no one set the cookie name to the reserved token. We were never able to duplicate this error and trace its cause. Cookie handling was refactored in Tomcat 3.3 and I don't recall this problem being reported against 3.3. You might try a newer version of Tomcat, 3.3.x or 4.x and see if this problem is still present. Cheers, Larry > -----Original Message----- > From: David Cassidy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 12:29 PM > To: Tomcat Users List > Subject: Re: Running Microsoft Stress Tool (WAS) with Tomcat > > > your cookie isn't called 'path' by any chance ? > > > > Cookie name Path is a reserved token > > > > Sanjeev Joshi wrote: > > > There is no problem with the code . Using the Browser the > pages are rendered without any > > problem. Also the Same web-app when deployed with Jrun > and WAS is run on that works > > just fine !!!!!!!! > > > > -Joshi > > > > David Cassidy wrote: > > > > > what does the source code of the affected page look like ? > > > > > > Does this happen with a 'HelloWorld.jsp' type page ? > > > > > > D > > > > > > Sanjeev Joshi wrote: > > > > > > > Hi all, > > > > > > > > On running this stress tool with Tomcat I get these errors ; > > > > > > > > 2002-01-22 22:11:31 - Ctx( /uii-example ): Exception > in: R( /uii-example > > > > + /index.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:510) > > > > at > > > > > org.apache.tomcat.session.StandardSessionInterceptor.requestMa > p(StandardSessionInter > > > > > > > > ceptor.java:145) > > > > at > > > > > org.apache.tomcat.core.ContextManager.processRequest(ContextMa > nager.java:835) > > > > > > > > at > > > > > org.apache.tomcat.core.ContextManager.internalService(ContextM > anager.java:786) > > > > > > > > at > > > > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:758) > > > > at > > > > > org.apache.tomcat.service.http.HttpConnectionHandler.processCo > nnection(HttpConnectio > > > > > > > > nHandler.java:213) > > > > at > > > > > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin > t.java:416) > > > > > > > > at > > > > > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo > ol.java:501) > > > > > > > > at java.lang.Thread.run(Thread.java:484) > > > > > > > > The result in the Stress Tool show as 500 Inrenal > Server Error !!! > > > > > > > > Any ideas what is the reason ?? Is it a Bug with > Tomcat ( not able > > > > to handle multiple requests ! ) > > > > > > > > -Joshi > > > > > > > > -- > > > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
