But how about "forcing" the encodeURL() even if the client has cookies?
jim
----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 11, 2001 10:49 PM
Subject: RE: The use of '..' in relative path includes in JSPs
>
>
> On Sun, 11 Mar 2001, James Cook wrote:
>
> > Very cool. Thanks for that info.
> >
> > I thought I saw an option at one time to force URL encoding in Struts, even
> > if the browser supports cookies. Is this true, and will the page attribute
> > also URL encode?
> >
>
> Yes, no matter which variants you use to create the hyperlink in an
> <html:link> or <html:image> tag, the result is always passed through
> response.encodeURL() so that sessions will work even in the absence of
> cookies.
>
> > thank you,
> > jim
> >
>
> Craig
>
>
>