Re: System.out fix ready yet?

2000-08-25 Thread Christian Sell
Hello, >As was pointed out to me, the JSP Spec says that getRequestURI should return the >include files > name, not the original. I would definitely double-check on that one. I think Tomcat and JRuns behavior makes more sense both in terms of reason and specs. The following is a bit lengthy, bu

RE: System.out fix ready yet?

2000-08-24 Thread Martin J. Wells
> > Question about request.getRequestURI(); > > In JRun and Tomcat the following applies but not in Orion: > > I have a JSP (main.jsp) with the tag page="includes/header.jsp" > flush="true"/>. The header.jsp file calls the method > request.getRequestURI(); > > The return value in both Jrun and T

RE: System.out fix ready yet?

2000-08-24 Thread Patrick Lacson
Question about request.getRequestURI(); In JRun and Tomcat the following applies but not in Orion: I have a JSP (main.jsp) with the tag . 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

Re: System.out fix ready yet?

2000-08-24 Thread Karl Avedal
Hello Matt, If you are really desperate for a fix for the experimental release's console trouble, it's available at www.orionserver.com/orion1.2.3.jar, however, I must warn you that that jar isn't even an official experimental release, and yeah, you guessed it, experimental releases may have seri