]> granicus.if.org Git - python/commit
- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Apr 2009 06:33:26 +0000 (06:33 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Apr 2009 06:33:26 +0000 (06:33 +0000)
commit923ba361d8f757f0656cfd216525aca4848e02aa
treeab38fb71e947356da85a83edf4a808880b178f89
parent183028ed798c5ea55e18983224aab6391f0d5bac
- Issue #2254: Fix CGIHTTPServer information disclosure.  Relative paths are
  now collapsed within the url properly before looking in cgi_directories.
Lib/CGIHTTPServer.py
Lib/test/test_httpservers.py
Misc/NEWS