/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | ServletDefinition.java | 205 private String pathInfo; in doService() 213 pathInfo = requestUri.substring(getContextPath().length()).replaceAll("[/]{2,}", "/"); in doService() 215 if (pathInfo.startsWith(servletPath)) { in doService() 216 pathInfo = pathInfo.substring(servletPathLength); in doService() 219 if (pathInfo.isEmpty() && servletPathLength > 0) { in doService() 220 pathInfo = null; in doService() 223 pathInfo = new URI(pathInfo).getPath(); in doService() 229 pathInfo = null; // we know nothing additional about the URI. in doService() 234 return pathInfo; in doService()
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | JspPropertyGroupServlet.java | 107 String pathInfo=null; in service() local 111 pathInfo=(String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO); in service() 115 pathInfo=request.getPathInfo(); in service() 121 pathInfo = request.getPathInfo(); in service() 124 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in service()
|
D | DefaultServlet.java | 410 String pathInfo=null; in doGet() local 416 pathInfo=(String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO); in doGet() 420 pathInfo=request.getPathInfo(); in doGet() 427 pathInfo = request.getPathInfo(); in doGet() 435 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in doGet() 436 … boolean endsWithSlash=(pathInfo==null?request.getServletPath():pathInfo).endsWith(URIUtil.SLASH); in doGet()
|
D | Invoker.java | 256 String pathInfo) 261 _pathInfo=pathInfo.substring(name.length()+1);
|
D | ServletHandler.java | 394 String path_info=PathMap.pathInfo(servlet_path_spec,target); in doScope()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ResourceHandler.java | 321 String pathInfo; in getResource() local 326 pathInfo = (String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO); in getResource() 328 if (servletPath == null && pathInfo == null) in getResource() 331 pathInfo = request.getPathInfo(); in getResource() 337 pathInfo = request.getPathInfo(); in getResource() 340 String pathInContext=URIUtil.addPaths(servletPath,pathInfo); in getResource()
|
D | ContextHandler.java | 950 String pathInfo = target; in doScope() local 971 pathInfo = target; in doScope() 976 pathInfo = URIUtil.SLASH; in doScope() 981 pathInfo = null; in doScope() 1010 baseRequest.setPathInfo(pathInfo); in doScope()
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | CGI.java | 216 …private void exec(File command, String pathInfo, HttpServletRequest req, HttpServletResponse res) … in exec() argument 220 …String scriptName = req.getRequestURI().substring(0,req.getRequestURI().length() - pathInfo.length… in exec() 258 if ((pathInfo != null) && (pathInfo.length() > 0)) in exec() 260 env.set("PATH_INFO", pathInfo); in exec()
|
D | PutFilter.java | 126 String pathInfo = request.getPathInfo(); in doFilter() local 127 String pathInContext = URIUtil.addPaths(servletPath, pathInfo); in doFilter()
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | PathMap.java | 481 public static String pathInfo(String pathSpec, String path) in pathInfo() method in PathMap 521 String info=pathInfo(pathSpec,path); in relativePath()
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 315 QFileInfo pathInfo(filename); in openFile() local 317 setupDirectoryWidget(pathInfo.path()); in openFile()
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | Request.java | 1818 public void setPathInfo(String pathInfo) in setPathInfo() argument 1820 _pathInfo = pathInfo; in setPathInfo()
|
/external/jetty/ |
D | VERSION.txt | 881 + 359309 adjust previous test for servletPath to include pathInfo 936 + 359309 adjust previous test for servletPath to include pathInfo 3112 + Added option to allow null pathInfo within context 3114 + Support null pathInfo option for webservices deployed to jetty/jboss 4025 + Default servlet may use only pathInfo for resource 5122 + Fixed forwarding to null pathInfo requests. 5131 + Fixed forwarding to null pathInfo requests. 5551 + HttpRequest.setRequestPath does not null pathInfo. 5999 + Fixed bug in ServletDispatch for null pathInfo 6008 + pathInfo returns null for zero length pathInfo (as per spec). Sorry if this [all …]
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
D | jsp-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |