From 16b4edae68e0d10d6682a430b8a4e28a9ac4f8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 28 Sep 2017 11:52:51 +0200 Subject: [PATCH] Fix EZP-27791: Mark "_ez_user_hash" route as non siteaccess aware by default (#2096) --- eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml b/eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml index 36a06aeff9..4f1315b32b 100644 --- a/eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml +++ b/eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml @@ -1,7 +1,7 @@ parameters: # Redefining the default router class to implement the RequestMatcherInterface router.class: eZ\Bundle\EzPublishCoreBundle\Routing\DefaultRouter - ezpublish.default_router.non_siteaccess_aware_routes: ['_assetic_', '_wdt', '_profiler', '_configurator_'] + ezpublish.default_router.non_siteaccess_aware_routes: ['_assetic_', '_wdt', '_profiler', '_configurator_', '_ez_user_hash'] # characters that may require encoding in the urlalias generator ezpublish.urlalias_generator.charmap: "\"" : "%22"