]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Change the token for HTTP Basic Authentication from "basic" to "Basic".
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
commit5313e51c646c3258a4b7c89d9938122c4c8567fa
tree9552da6e013645ae33a5ca342892949fdbe025b7
parent75ecce0d810651b47230a714786a0b054b3cba07
Change the token for HTTP Basic Authentication from "basic" to "Basic".
According to RFC 2617, it should be case-insensitive, but some proxies
(Microsoft Proxy Server in particular) erroneously reject "basic".
Should fix semi-bug msproxy-denied.

git-svn-id: http://svn.tartarus.org/sgt/putty@2959 cda61777-01e9-0310-a592-d414129be87e
proxy.c