Re: unexpected session behavior in Tomcat 5.x

2007-04-29 Thread Pid
David wrote: I've tried forcing the url rewriting behavior by deploying the following snippet in a context.xml file in my webapp's META-INF directory. WEB-INF/web.xml Note: path attribute should not be set, unless the context is defined in server.xml, which is *strongly*

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
The above test was conducted on the Tomcat version I have which is not 5.0. If you check your code throughly and the problem still occurs in 5.0, you may want to file a bug --- only if you're sure it's a bug --- otherwise it will not be resolved , if it's not a bug :-) -Regards Rashmi -

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
On 4/28/07, David <[EMAIL PROTECTED]> wrote: I've tried forcing the url rewriting behavior by deploying the following snippet in a context.xml file in my webapp's META-INF directory. WEB-INF/web.xml This provides a work-around under Tomcat 5.5, but does not change the be

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread David
I've tried forcing the url rewriting behavior by deploying the following snippet in a context.xml file in my webapp's META-INF directory. WEB-INF/web.xml This provides a work-around under Tomcat 5.5, but does not change the behavior seen under Tomcat 5.0. And of course, Tomc

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
On 4/28/07, David <[EMAIL PROTECTED]> wrote: Rashmi, Thanks for your initial response. I guess I wasn't clear on a few things. The behavior I'm seeing is the same in both Tomcat 5.0 and 5.5, and they are both configured the same -- using default behavior for cookies. Sorry for repeating this,

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread David
Rashmi, Thanks for your initial response. I guess I wasn't clear on a few things. The behavior I'm seeing is the same in both Tomcat 5.0 and 5.5, and they are both configured the same -- using default behavior for cookies. I should elaborate further and mention that the urlEncode method causes

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
On 4/28/07, David <[EMAIL PROTECTED]> wrote: I'm hoping someone can shed light on some session anomalies I'm seeing with Tomcat 5.0.2.8 and Tomcat 5.5.23. I have a web application containing FacesServlet ( javax.faces.webapp.FacesServlet) as well as some additional servlets that also make use of

unexpected session behavior in Tomcat 5.x

2007-04-28 Thread David
I'm hoping someone can shed light on some session anomalies I'm seeing with Tomcat 5.0.2.8 and Tomcat 5.5.23. I have a web application containing FacesServlet ( javax.faces.webapp.FacesServlet) as well as some additional servlets that also make use of the Faces Context. The normal flow is: 1)