Searched refs:getContextPath (Results 1 - 25 of 28) sorted by path

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DDigestAuthenticator.java236 String domain = request.getContextPath();
H A DFormAuthenticator.java238 nuri = request.getContextPath();
266 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths(request.getContextPath(),_formErrorPage)));
352 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths(request.getContextPath(),_formLoginPage)));
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java1123 r.setAttribute(AsyncContext.ASYNC_CONTEXT_PATH,r.getContextPath());
H A DDispatcher.java176 attr._contextPath=_contextHandler.getContextPath();
215 final String old_context_path=baseRequest.getContextPath();
271 baseRequest.setContextPath(_contextHandler.getContextPath());
H A DRequest.java107 * <li>The {@link Request#getContextPath()} method will return null, until the request has been passed to a {@link ContextHandler} which matches the
548 * @see javax.servlet.http.HttpServletRequest#getContextPath()
550 public String getContextPath() method in class:Request
1272 HttpCookie cookie = _sessionManager.getSessionCookie(_session,getContextPath(),isSecure());
1760 * @see HttpServletRequest#getContextPath()
H A DResponse.java206 !path.startsWith(request.getContextPath())) //TODO the root context path is "", with which every non null string starts
H A DServer.java390 final String contextPath=state.getServletContext().getContextPath();
H A DServletRequestHttpWrapper.java96 public String getContextPath() method in class:ServletRequestHttpWrapper
H A DUserIdentity.java71 String getContextPath(); method in interface:UserIdentity.Scope
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandler.java490 public String getContextPath() method in class:ContextHandler
695 _logger = Log.getLogger(getDisplayName() == null?getContextPath():getDisplayName());
942 LOG.debug("scope {}|{}|{} @ {}",baseRequest.getContextPath(),baseRequest.getServletPath(),baseRequest.getPathInfo(),this);
996 old_context_path = baseRequest.getContextPath();
1014 LOG.debug("context={}|{}|{} @ {}",baseRequest.getContextPath(),baseRequest.getServletPath(), baseRequest.getPathInfo(),this);
1510 b.append('{').append(getContextPath()).append(',').append(getBaseResource());
1750 String context_path = ch.getContextPath();
1799 String context_path = ch.getContextPath();
1892 String uri = URIUtil.addPaths(getContextPath(),uriInContext);
2181 name = ContextHandler.this.getContextPath();
2187 public String getContextPath() method in class:ContextHandler.Context
[all...]
H A DContextHandlerCollection.java93 String contextPath=handler.getContextPath();
H A DDefaultHandler.java141 writer.write(context.getContextPath());
142 if (context.getContextPath().length()>1 && context.getContextPath().endsWith("/"))
145 writer.write(context.getContextPath());
155 writer.write(context.getContextPath());
/external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
H A DAbstractHandlerMBean.java97 if (context.getContextPath()!=null && context.getContextPath().length()>0)
99 int idx = context.getContextPath().lastIndexOf('/');
100 name = idx < 0 ? context.getContextPath() : context.getContextPath().substring(++idx);
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DAbstractSessionManager.java197 HttpCookie cookie=getSessionCookie(session,_context==null?"/":(_context.getContextPath()),secure);
H A DJDBCSessionManager.java154 _canonicalContext = canonicalize(_context.getContextPath());
482 session = loadSession(idInCluster, canonicalize(_context.getContextPath()), getVirtualHost(_context));
487 session = loadSession(idInCluster, canonicalize(_context.getContextPath()), getVirtualHost(_context));
1134 String rowId = canonicalize(_context.getContextPath());
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DDefaultServlet.java502 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths(_servletContext.getContextPath(),pathInContext)));
557 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths( _servletContext.getContextPath(),welcome)+"?"+q));
559 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths( _servletContext.getContextPath(),welcome)));
H A DInvoker.java217 request.getContextPath());
288 return URIUtil.addPaths(URIUtil.addPaths(getContextPath(),_servletPath),_pathInfo);
H A DServletHandler.java415 LOG.debug("servlet {}|{}|{} -> {}",baseRequest.getContextPath(),baseRequest.getServletPath(),baseRequest.getPathInfo(),servlet_holder);
H A DServletHolder.java610 * @see org.eclipse.jetty.server.UserIdentity.Scope#getContextPath()
612 public String getContextPath() method in class:ServletHolder
614 return _config.getServletContext().getContextPath();
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DCGI.java170 LOG.debug("CGI: ContextPath : " + req.getContextPath());
H A DProxyServlet.java872 String contextPath = _context.getContextPath();
H A DPutFilter.java302 String contextPath = request.getContextPath();

Completed in 569 milliseconds

12