Example #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)
Example #2
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Example #3
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Example #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)