mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
SF patch #1055159 via Titus Brown: Document redirect limitation.
Bug fix candidate.
This commit is contained in:
parent
9fda931ff0
commit
6414cd8717
2 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,8 @@ requests are executed sychronously.
|
|||
SECURITY WARNING: DON'T USE THIS CODE UNLESS YOU ARE INSIDE A FIREWALL
|
||||
-- it may execute arbitrary Python code or external programs.
|
||||
|
||||
Note that status code 200 is sent prior to execution of a CGI script, so
|
||||
scripts cannot send other status codes such as 302 (redirect).
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue