Re: does tomcat automatically revert to url rewriting...

2002-11-23 Thread jfc
Craig R. McClanahan wrote: On Fri, 22 Nov 2002, jfc wrote: Date: Fri, 22 Nov 2002 11:11:28 + From: jfc <[EMAIL PROTECTED]> Reply-To: Tomcat Users List <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: does tomcat automatically revert to url rew

Re: does tomcat automatically revert to url rewriting...

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, jfc wrote: > Date: Fri, 22 Nov 2002 11:11:28 + > From: jfc <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: does tomcat automatically revert to url rewriting

RE: does tomcat automatically revert to url rewriting...

2002-11-22 Thread Price, Erik
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 8:05 PM > To: Tomcat Users List > Subject: Re: does tomcat automatically revert to url rewriting... > > > > > We also need to remember t

Re: does tomcat automatically revert to url rewriting...

2002-11-22 Thread jfc
Craig R. McClanahan wrote: On Fri, 22 Nov 2002, jfc wrote: Will tomcat *automatically* go through the effort of rewriting the URL if the session *cannot* be persisted via the cookie?(i.e. do I need to watch for clients that don't support cookies or can I rest assured that tomcat knows whether

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, jfc wrote: > > Will tomcat *automatically* go through the effort of rewriting the URL > if the session *cannot* be persisted via the cookie?(i.e. do I need to > watch for clients that don't support cookies or can I rest assured that > tomcat knows whether or not a request ha

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Tim Funk
jfc wrote: Tim Funk wrote: To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() So does this mean that tomcat does not automatically do the encoding in the absence of cookies? If you use response.encodeRedirectURL(), it will. But if your URL's are not wrapp

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread jfc
Tim Funk wrote: To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() So does this mean that tomcat does not automatically do the encoding in the absence of cookies? That being said: response.encodeRedirectURL() will rewrite the URL to add jsessionid if there

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Tim Funk
To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() That being said: response.encodeRedirectURL() will rewrite the URL to add jsessionid if there was no incoming session cookie. AFAIK - tomcat will not go through the effort of rewriting the URL if the session c