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 jerith
Recipients hfuru, jerith, orsenthil, vstinner
Date 2010-11-21.16:04:20
SpamBayes Score 1.3819393e-05
Marked as misclassified No
Message-id <AANLkTi=GLmjbGnBaxCKM35PfHR2SMdUozib5OG3fq6te@mail.gmail.com>
In-reply-to <20101121150949.GA1584@rubuntu>
Content
On Sun, Nov 21, 2010 at 17:11, Senthil Kumaran wrote:

>>I can't see any situation in which redirecting
>> "/something?foo" to "/something?foo/" is the correct behaviour.

> As I explained, in the previous post, this would *not happen* in
> practical scenarios, because code won't reach that point for valid
> URLs.

It reaches that point in the tests I added, and the results confirm
the first two points in the original bug report. Am I mistaken?

"/something?foo" is a valid URL. If "/something" is translated to a
file on the filesystem, the content of that file is returned. If it is
translated to a directory on the filesystem, a 301 to
"/something?foo/" is returned.
History
Date User Action Args
2010-11-21 16:04:21jerithsetrecipients: + jerith, hfuru, orsenthil, vstinner
2010-11-21 16:04:20jerithlinkissue10231 messages
2010-11-21 16:04:20jerithcreate