Re: HttpServletRequest.getServletPath return the empty string

2000-01-25 Thread Karl Avedal
Hi Morten, Now the bug has been fixed, but only in the latest version (0.8.4). The problem is that 0.8.4 is using the new configuration scheme that we are currently in the process of documenting. If the Servlet Path for JSP:s is essential to your application you can download the new version at:

Re: HttpServletRequest.getServletPath return the empty string

2000-01-25 Thread Karl Avedal
Hello Morten, Thank you for your bug report. This has been confirmed as a bug and will be fixed shortly. /Karl Avedal Morten Bach Møller wrote: > Hi, > > Example.jsp: > > > Servlet path: <%=request.getServletPath()%> > > > Using Orion 0.8.2 request.getServletPath() returns the empty string

HttpServletRequest.getServletPath return the empty string

2000-01-25 Thread Morten Bach Møller
Hi, Example.jsp: Servlet path: <%=request.getServletPath()%> Using Orion 0.8.2 request.getServletPath() returns the empty string. /Morten