> -----Original Message-----
> From: Bojan Smojver [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 26, 2001 7:41 AM
> To: Tomcat Dev List
> Subject: TC 3.3: getRequestURI()
> 
> 
> The latest TC 3.3 CVS with its mod_jk, gives an encoded URI, together
> with the session ID on HttpServletRequest.getRequestURI().
> 
> Example:
> 
> /login/login.vm%3bjsessionid=q95pbsuof1
> 
> Previously, jsessionid wasn't there. The change was 
> intentional, right?

Probably not.  It's a side of effect of the last change which was
to use "s->req_uri = ap_escape_uri(r->pool, r->uri);". This looks
like a good example of a re-encoded URI not being equal to the
original.

Thanks for noticing this.

Larry

Reply via email to