>
> 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?
>

This one bit me too when we moved over from Tomcat. As was pointed out to
me, the JSP Spec says that getRequestURI should return the include files
name, not the original.



Marty



Reply via email to