Fix bug2752 : 48-char HTTPProxyAuthenticator limitation

Bumped the char maximum to 512 for HTTPProxyAuthenticator &
HTTPSProxyAuthenticator. Now stripping all '\n' after base64
encoding in alloc_http_authenticator.
This commit is contained in:
Michael Yakubovich
2011-05-16 16:09:35 -04:00
parent e908e3a332
commit a3707a1052
3 changed files with 20 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes
- Tor used to limit HttpProxyAuthenticator values to 48 characters.
Changed the limit to 512 characters by removing base64 newlines.
Fixes bug 2917.