From 09920c008c5d278647eb3ebcdf1a02b396dc2209 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 31 Mar 2008 07:03:02 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_vcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5