Home
last modified time | relevance | path

Searched refs:pathInfo (Results 1 – 20 of 20) sorted by relevance

/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletDefinition.java205 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/
DJspPropertyGroupServlet.java107 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()
DDefaultServlet.java410 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()
DInvoker.java256 String pathInfo)
261 _pathInfo=pathInfo.substring(name.length()+1);
DServletHandler.java394 String path_info=PathMap.pathInfo(servlet_path_spec,target); in doScope()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DResourceHandler.java321 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()
DContextHandler.java950 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/
DCGI.java216 …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()
DPutFilter.java126 String pathInfo = request.getPathInfo(); in doFilter() local
127 String pathInContext = URIUtil.addPaths(servletPath, pathInfo); in doFilter()
/external/jetty/src/java/org/eclipse/jetty/http/
DPathMap.java481 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/
DSkDebuggerGUI.cpp315 QFileInfo pathInfo(filename); in openFile() local
317 setupDirectoryWidget(pathInfo.path()); in openFile()
/external/jetty/src/java/org/eclipse/jetty/server/
DRequest.java1818 public void setPathInfo(String pathInfo) in setPathInfo() argument
1820 _pathInfo = pathInfo; in setPathInfo()
/external/jetty/
DVERSION.txt881 + 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/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...