commit | 6497aa3e00162752ebfae20e3e62a67e796d7630 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Jan 04 13:46:59 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Jan 04 13:46:59 2012 +0800 |
tree | b7306528f32254c3b467b16d47c65dd4f1ddc272 | |
parent | b7ffed8a506a6a98e59e5f23bd6d4fe706b40bc3 [diff] [blame] |
Issue13696 - Fix 302 Redirection for Relative urls.
diff --git a/Misc/NEWS b/Misc/NEWS index 6e5b7f3..08f897f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,8 @@ Library ------- +- Issue #13696: Fix the 302 Relative URL Redirection problem. + - Issue #13636: Weak ciphers are now disabled by default in the ssl module (except when SSLv2 is explicitly asked for).