Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: AnonymousRequestMatcher doesn't check session name prefix #47

Merged
merged 1 commit into from Mar 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"ezsystems/ezpublish-kernel": "^6.13.2@dev || ^7.1@dev",
"friendsofsymfony/http-cache-bundle": "~1.2|^1.3.8",
"friendsofsymfony/http-cache-bundle": "^1.3.13",
"symfony/symfony": "^2.7 | ^3.1"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/fos_http_cache.yml
Expand Up @@ -7,6 +7,7 @@ user_context:
enabled: true
hash_cache_ttl: 600
user_hash_header: X-User-Hash
session_name_prefix: eZSESSID

tags:
# Configure tag header for FosHttpCache
Expand Down