[issue10753] request_uri method of wsgiref module does not support RFC1808 params.

Senthil Kumaran report at bugs.python.org
Fri Dec 24 04:52:19 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

On Wed, Dec 22, 2010 at 12:20:24AM +0000, R. David Murray wrote:
> Presumably all that is needed is to add ';' to 'safe' in the call
> that encodes PATH_INFO?

Well, that is what is required in order for the quote function call to
ignore it, but I am not sure what it the intention passing
/path;params as the PATH_INFO and how it is useful in wsgiref context.

Also there is this note in the PEP 333

Note that such a reconstructed URL may not be precisely the same URI
as requested by the client. Server rewrite rules, for example, may
have modified the client's originally requested URL to place it in a
canonical form.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10753>
_______________________________________


More information about the Python-bugs-list mailing list