mirror of
https://github.com/FriendsOfSymfony/FOSHttpCache.git
synced 2026-03-23 22:42:18 +01:00
Fix authorization header name
This commit is contained in:
@@ -82,7 +82,7 @@ sub fos_user_context_recv {
|
||||
sub fos_user_context_hash {
|
||||
if (req.http.accept == "application/vnd.fos.user-context-hash") {
|
||||
hash_data(req.http.Cookie);
|
||||
hash_data(req.http.Autorization);
|
||||
hash_data(req.http.Authorization);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user