mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
This commit is contained in:
commit
d05853da97
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