Searched refs:servletPath (Results 1 – 8 of 8) sorted by relevance
106 String servletPath=null; in service() local110 servletPath=(String)request.getAttribute(Dispatcher.INCLUDE_SERVLET_PATH); in service()112 if (servletPath==null) in service()114 servletPath=request.getServletPath(); in service()120 servletPath = request.getServletPath(); in service()124 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in service()
409 String servletPath=null; in doGet() local415 servletPath=(String)request.getAttribute(Dispatcher.INCLUDE_SERVLET_PATH); in doGet()417 if (servletPath==null) in doGet()419 servletPath=request.getServletPath(); in doGet()426 servletPath = _pathInfoOnly?"/":request.getServletPath(); in doGet()435 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in doGet()
255 String servletPath,260 _servletPath=URIUtil.addPaths(servletPath,name);
320 String servletPath; in getResource() local325 servletPath = (String)request.getAttribute(Dispatcher.INCLUDE_SERVLET_PATH); in getResource()328 if (servletPath == null && pathInfo == null) in getResource()330 servletPath = request.getServletPath(); in getResource()336 servletPath = request.getServletPath(); in getResource()340 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in getResource()
125 String servletPath =request.getServletPath(); in doFilter() local127 String pathInContext = URIUtil.addPaths(servletPath, pathInfo); in doFilter()
1944 public void setServletPath(String servletPath) in setServletPath() argument1946 _servletPath = servletPath; in setServletPath()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
881 + 359309 adjust previous test for servletPath to include pathInfo936 + 359309 adjust previous test for servletPath to include pathInfo3075 + AJP13 remoteUser, contextPath, servletPath requests implemented