This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Timothy.Gates, orsenthil, pje, r.david.murray
Date 2010-12-24.03:52:16
SpamBayes Score 1.1424659e-06
Marked as misclassified No
Message-id <20101224035205.GA2701@rubuntu>
In-reply-to <1292977224.32.0.350996757442.issue10753@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2010-12-24 03:52:19orsenthilsetrecipients: + orsenthil, pje, r.david.murray, Timothy.Gates
2010-12-24 03:52:16orsenthillinkissue10753 messages
2010-12-24 03:52:16orsenthilcreate