Beispiel #1
0
 def quoted_path_info(self):
     """PATH used for dispatching the request."""
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Beispiel #2
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Beispiel #3
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Beispiel #4
0
 def quoted_path_info(self):
     """PATH used for dispatching the request."""
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)