commit | fa19f7c20d14d34dfa58bfb9b4055555e46fd437 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 16 01:46:51 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 16 01:46:51 2003 +0000 |
tree | 934e7102bb160321b36d0356382d52ef52ba2688 | |
parent | 8f512a22cd9fe90c2bf52537f703818cc0d7f1b8 [diff] |
More fixes according to SF 549151: - When redirecting, always use GET. This is common practice and more-or-less sanctioned by the HTTP standard. - Add a handler for 307 redirection, which becomes an error for POST, but a regular redirect for GET and HEAD.