commit | c5c5a14577f1188125630dcbf31c5c2cd258b541 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat Jan 14 19:09:04 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat Jan 14 19:09:04 2012 +0800 |
tree | 9a9c8efbaa2c774caa11d4c70d6483d6c8651bbf | |
parent | 9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb [diff] [blame] |
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
diff --git a/Misc/NEWS b/Misc/NEWS index 073417d..629dbcc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Library ------- +- Issue #13642: Unquote before b64encoding user:password during Basic + Authentication. Patch contributed by Joonas Kuorilehto. + - Issue #13726: Fix the ambiguous -S flag in regrtest. It is -o/--slow for slow tests.