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
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
> -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
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
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
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
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
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