gt;
> 2011/9/13 jprideaux :
>>
>> 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
>>
from
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
> serv
e that with Tomcat 6.0.32, 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 :
>>
>> My webapps has some icefaces pages where I need to ta
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