From: phk Date: Mon, 31 Mar 2008 07:03:02 +0000 (+0000) Subject: I'm amazed that we have been able to spell "Authorization" as X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09920c008c5d278647eb3ebcdf1a02b396dc2209;p=varnish I'm amazed that we have been able to spell "Authorization" as "Authentication" for this long without anybody noticing until now. Mea Culpa. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2611 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_vcc.c b/varnish-cache/bin/varnishd/mgt_vcc.c index 199edc8c..e912fecc 100644 --- a/varnish-cache/bin/varnishd/mgt_vcc.c +++ b/varnish-cache/bin/varnishd/mgt_vcc.c @@ -97,7 +97,7 @@ static const char *default_vcl = " /* We only deal with GET and HEAD by default */\n" " pass;\n" " }\n" - " if (req.http.Authenticate || req.http.Cookie) {\n" + " if (req.http.Authorization || req.http.Cookie) {\n" " /* Not cacheable by default */\n" " pass;\n" " }\n"