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 v+python
Recipients Giovanni.Funchal, facundobatista, fdrake, orsenthil, python-dev, v+python
Date 2012-03-16.08:31:28
SpamBayes Score 0.0002176769
Marked as misclassified No
Message-id <1331886689.11.0.474276472344.issue10484@psf.upfronthosting.co.za>
In-reply-to
Content
Senthil, the patch you submitted breaks the encapsulation of cgi_directories -- this should be changeable per particular application via subclassing or assignment, but you've built those directories into the code.  Perhaps you should take a look at my code for is_cgi (which I was trying to post while you were posting the patches, sorry I was slow).

Perhaps there should be one more test, which actually changes the cgi_directories, and tests a few more things, to prove that the code does not hard code those directories (it shouldn't).
History
Date User Action Args
2012-03-16 08:31:29v+pythonsetrecipients: + v+python, fdrake, facundobatista, orsenthil, python-dev, Giovanni.Funchal
2012-03-16 08:31:29v+pythonsetmessageid: <1331886689.11.0.474276472344.issue10484@psf.upfronthosting.co.za>
2012-03-16 08:31:28v+pythonlinkissue10484 messages
2012-03-16 08:31:28v+pythoncreate