Hi,
this might be version related. Tomcat 3.1 has a bug in with encodeURL in
some cases. Try one of the 3.2beta ones.
stubus
> -----Original Message-----
> From: Peter Slade [mailto:pslade@netextraction.com]
> Sent: Friday, September 22, 2000 4:59 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Help with encodeURL problem
>
>
>
>
> Hi,
>
> I am using Tomcat 3.1 and have a JSP application that maintains state
> through the session object.
>
> All of our code uses the encodeURL method to format the URL
> in case cookies
> are turned off on the clients browser.
>
> If cookies are turned on then everything works as I would
> expect. However if
> cookies are turned off on the client browser then the session
> id is not
> appended to the url string as I would expect.
>
> Running the same code on other servers such as JRun,
> encodeURL formats the
> string correctly.
>
> Is there something I need to configure in Tomcat to make this
> work correctly
> or a location I could visit that could provide me with more
> information?
>
> Any help would be greatly appreciated.
>
> Pete.
>
>
|