Searched refs:path_info (Results 1 - 5 of 5) sorted by relevance

/pkg/src/util/apache2/depot/
H A Ddepot_index.py383 cherrypy.request.path_info = "/{0}".format(accept_lang)
432 cherrypy.request.path_info = "/".join(
461 cherrypy.request.path_info = re.sub("^/{0}".format(repo_prefix),
462 "", cherrypy.request.path_info)
466 path = cherrypy.request.path_info.rstrip("/").lstrip("/")
475 cherrypy.request.path_info = "/".join(toks)
502 rel_uri = cherrypy.request.path_info
524 toks = cherrypy.request.path_info.lstrip("/").split("/")
534 def request_pub_func(path_info):
539 rather than the /publisher/ portion of path_info
[all...]
/pkg/src/modules/server/
H A Dface.py91 path = request.path_info.strip("/")
142 return __handle_error(request.path_info, http_client.NOT_FOUND)
H A Dapi.py749 def path_info(self): member in class:RequestInterface
750 """A string containing the "path_info" portion of the requested
753 return self._request.path_info
777 this returns (base url + script_name [+ request.path_info] +
H A Ddepot.py149 cherrypy.request.path_info that returns the publisher used
300 publisher is assumed to be the first component of the path_info
307 return self.request_pub_func(cherrypy.request.path_info)
309 req_pub = cherrypy.request.path_info.strip("/").split(
462 rel_uri = cherrypy.request.path_info
/pkg/src/modules/
H A Dmisc.py545 base uri. path_info always ends with a '/' -- so ignore it when
548 rpath = request.path_info

Completed in 30 milliseconds