HomeSort by relevance Sort by last modified time
    Searched defs:contextPath (Results 1 - 11 of 11) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandlerCollection.java 93 String contextPath=handler.getContextPath();
95 if (contextPath==null || contextPath.indexOf(',')>=0 || contextPath.startsWith("*"))
96 throw new IllegalArgumentException ("Illegal context spec:"+contextPath);
98 if(!contextPath.startsWith("/"))
99 contextPath='/'+contextPath;
101 if (contextPath.length()>1)
103 if (contextPath.endsWith("/")
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
PutFilter.java 302 String contextPath = request.getContextPath();
303 if (contextPath != null && !newPath.startsWith(contextPath))
309 if (contextPath != null)
310 newInfo = newInfo.substring(contextPath.length());
ProxyServlet.java 872 String contextPath = _context.getContextPath();
873 _prefix = _prefix == null?contextPath:(contextPath + _prefix);
  /external/jetty/src/java/org/eclipse/jetty/server/
Server.java 390 final String contextPath=state.getServletContext().getContextPath();
391 HttpURI uri = new HttpURI(URIUtil.addPaths(contextPath,path));
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java 665 String contextPath = context.getContextPath();
666 contextPath=contextPath.replace('/','_');
667 contextPath=contextPath.replace('\\','_');
668 canonicalName.append(contextPath);
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 320 milliseconds