Re: *.iface;jessionid=xxx gives 404 error

2011-09-13 Thread jprideaux
jprideaux jpride...@snapdiagnostics.com: One other tidbit.  When I call request.getRequestURI(), I get something like PathDispatcher.service: /test3/a.iface from org.apache.catalina.connector.RequestFacade@a245b0 when I'm using Tomcat 6.0.32 and PathDispatcher.service: /test3/a.iface

*.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
My webapps has some icefaces pages where I need to tag on the jsessionid. This was working in Tomcat 6.0.32 and all earlier versions but not for Tomcat 6.0.33. It also does not work for the Tomcat 7.0.x minor editions I have tested. It is as if the most recent Tomcat minor versions cannot tell

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
, that both pages will be served. For Tomcat 6.0.33, only the page without this specific path parameter will be served. Thanks, Jeff Prideaux Konstantin Kolinko wrote: 2011/9/12 jprideaux jpride...@snapdiagnostics.com: My webapps has some icefaces pages where I need to tag on the jsessionid

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
org.apache.catalina.connector.RequestFacade@a83987 when I am using tomcat 6.0.33 (or Tomcat 7). Is it intended that request.getRequestURI() should return a path parameter as part of the URI? Or is it a bug? jprideaux wrote: The examples as part of the 6.0.33 Tomcat deployment have both JSP and servlets. You