With Orion 1.3.8 I have a servlet (ListServlet) that includes a JSP page (view.jsp). In this page, I get the servlet path of the request using: pageContext.getRequest().getServletPath() It returns "view.jsp" although I would expect "ListServlet". According to the specifications, it appears to me that the include processing should not modify the original servlet path of the request but only the attribute 'javax.servlet.include.servlet_path'. Is it a known issue, or a misunderstanding about the specs ? Laurent Bovet
