Question about request.getRequestURI();

In JRun and Tomcat the following applies but not in Orion:

I have a JSP (main.jsp) with the tag <jsp:include page="includes/header.jsp"
flush="true"/>.  The header.jsp file calls the method
request.getRequestURI();

The return value in both Jrun and Tomcat are http://site/main.jsp, however
in Orion the return value is http://site/header.jsp

Is this a bug?  Who's right?


Reply via email to