AFAIK there is no way to disable this by configuration.

Just an idea:

Implement a servlet filter and a custom ResponseWrapper. 
The ResonseWrapper can have it's own encodeURL that returns 
the url unmodified.
Map that filter to every request.

As I havn't tried it I'm not 100% shure...

> -----Original Message-----
> From: Karin Krause [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 10, 2004 8:27 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: switch-off url rewriting
> 
> HttpServletResponse.encodeURL() will generate an URL which 
> contains the jsessionid for example something like that
> http://myhost/myservlet;jsessionid=qxxsLGqVxIQ16cKyJXvg
> 
> Is there any way to switch that off by configuration?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to