]> err.no Git - varnish/commitdiff
I'm amazed that we have been able to spell "Authorization" as
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 07:03:02 +0000 (07:03 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 07:03:02 +0000 (07:03 +0000)
"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

index 199edc8c8586d9595d0d4bce54ceb9508567f756..e912fecc491caf3bc10468a594f4cfee03f4e6a0 100644 (file)
@@ -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"