There was an error while loading. Please reload this page.
2 parents 42f4783 + 6e9e6ba commit 6b4b8f2Copy full SHA for 6b4b8f2
resources/config/varnish-3/fos_user_context.vcl
@@ -82,7 +82,7 @@ sub fos_user_context_recv {
82
sub fos_user_context_hash {
83
if (req.http.accept == "application/vnd.fos.user-context-hash") {
84
hash_data(req.http.Cookie);
85
- hash_data(req.http.Autorization);
+ hash_data(req.http.Authorization);
86
}
87
88
resources/config/varnish/fos_user_context.vcl
0 commit comments