From 56ae5442f72bb7cb1258f85ef94e01f4fb2de293 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 6 Oct 2014 15:17:46 +0200 Subject: [PATCH] [Framework+SecurityBundle] remove recently introduced *.class parameters --- .../FrameworkBundle/Resources/config/collectors.xml | 3 +-- .../Resources/config/fragment_renderer.xml | 3 +-- .../Bundle/FrameworkBundle/Resources/config/ssi.xml | 9 ++------- .../Resources/config/translation.xml | 3 +-- .../SecurityBundle/Resources/config/security.xml | 13 ++++--------- .../Resources/config/security_listeners.xml | 10 +++------- 6 files changed, 12 insertions(+), 29 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml index bc04e7ece19e..9583833d8f4a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml @@ -15,7 +15,6 @@ Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector Symfony\Component\Form\Extension\DataCollector\FormDataCollector Symfony\Component\Form\Extension\DataCollector\FormDataExtractor - Symfony\Bundle\FrameworkBundle\DataCollector\AjaxDataCollector @@ -29,7 +28,7 @@ - + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml index 667cfe517f09..e542c6ea3227 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml @@ -10,7 +10,6 @@ Symfony\Bundle\FrameworkBundle\Fragment\ContainerAwareHIncludeFragmentRenderer Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer - Symfony\Component\HttpKernel\Fragment\SsiFragmentRenderer /_fragment @@ -44,7 +43,7 @@ %fragment.path% - + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml index fd2fdd776e71..fe320e9812eb 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml @@ -4,15 +4,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> - - Symfony\Component\HttpKernel\HttpCache\Ssi - Symfony\Component\HttpKernel\EventListener\SurrogateListener - - - + - + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml index 1f4fd9e40715..b0dac08e3f25 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml @@ -6,7 +6,6 @@ Symfony\Bundle\FrameworkBundle\Translation\Translator - Symfony\Component\Translation\LoggingTranslator Symfony\Component\Translation\IdentityTranslator Symfony\Component\Translation\MessageSelector Symfony\Component\Translation\Loader\PhpFileLoader @@ -47,7 +46,7 @@ - + diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml index a0a611247fca..3d02095bba74 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml @@ -6,13 +6,10 @@ Symfony\Component\Security\Core\SecurityContext - Symfony\Component\Security\Core\Authorization\AuthorizationChecker - Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage Symfony\Component\Security\Core\User\UserChecker Symfony\Component\Security\Core\Encoder\EncoderFactory - Symfony\Component\Security\Core\Encoder\UserPasswordEncoder Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder Symfony\Component\Security\Core\Encoder\Pbkdf2PasswordEncoder @@ -50,8 +47,6 @@ Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator Symfony\Component\Security\Core\Authorization\ExpressionLanguage - - Symfony\Component\Security\Http\Authentication\AuthenticationUtils @@ -60,14 +55,14 @@ - + %security.access.always_authenticate_before_granting% - + @@ -93,7 +88,7 @@ - + @@ -103,7 +98,7 @@ - + diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml index 63f4b48c7384..7d3ba1a6f322 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml @@ -24,8 +24,6 @@ Symfony\Component\Security\Http\Firewall\X509AuthenticationListener - Symfony\Component\Security\Http\Firewall\RemoteUserAuthenticationListener - Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener Symfony\Component\Security\Http\Firewall\SwitchUserListener @@ -48,8 +46,6 @@ Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler - Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler - Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler Symfony\Component\Security\Http\Authentication\SimpleAuthenticationHandler @@ -125,7 +121,7 @@ - + @@ -136,7 +132,7 @@ - + @@ -189,7 +185,7 @@ - +