mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
This commit is contained in:
parent
935b62968e
commit
dbb369d0ef
2 changed files with 6 additions and 11 deletions
|
@ -377,7 +377,6 @@ class CGIHTTPServerTestCase(BaseTestCase):
|
|||
'/.//': ('/', ''),
|
||||
'cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
|
||||
'/cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
|
||||
'/cgi-bin/file1.py/PATH-INFO': ('/cgi-bin', 'file1.py/PATH-INFO'),
|
||||
'a': ('/', 'a'),
|
||||
'/a': ('/', 'a'),
|
||||
'//a': ('/', 'a'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue