You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Alex Kachanov <al...@intadev.com> on 2002/07/11 05:30:59 UTC

RE: WELCOME to tomcat-dev@jakarta.apache.org

Hello!

This is a page:

<%@ page contentType="text/html;charset=Shift_JIS"%>
<%@page session="true"%>

<p><%= request.getRequestURI() %></p>

<p><%= session.getId() %></p>

So, guys, what do you think "request.getRequestURI()" method should return
when cookies are switched OFF in browser and the request is

http://localhost/index.jsp;jsessionid=384975938475?blah=7&bloh=9


JRun 3.1 and Jrun 4.0 are sure it should return
/index.jsp;jsessionid=384975938475


While all other Application servers (including Tomcat) return just:
/index.jsp



Who is right?


with best wishes
Alexander Kachanov

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>