Message156014
| Author |
v+python |
| Recipients |
Giovanni.Funchal, facundobatista, fdrake, orsenthil, python-dev, v+python |
| Date |
2012年03月16日.08:43:20 |
| SpamBayes Score |
0.0005195151 |
| Marked as misclassified |
No |
| Message-id |
<1331887403.57.0.678972154074.issue10484@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Another issue with the patch, is that it doesn't do .. and . collapsing on the PATH_INFO part of the path.
It is possible for a path like
/cgi-bin/script.py/../../plain-file.html
to be passed to the server. I guess the question is if it should serve plain-file.html or if it should pass "../../plain-file.html" to script.py as its PATH_INFO. I would think the former would be appropriate. I would have to do research to determine if some standard states otherwise. |
|