Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9717ef8

Browse files
committed
move attributelistener
1 parentbfe93b9 commit9717ef8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
useSymfony\Component\DependencyInjection\ContainerBuilder;
1616
useSymfony\Component\DependencyInjection\ContainerInterface;
1717
useSymfony\Component\DependencyInjection\Reference;
18+
useSymfony\Component\Security\Csrf\EventListener\IsCsrfTokenValidAttributeListener;
1819
useSymfony\Component\Security\Csrf\TokenStorage\ClearableTokenStorageInterface;
1920
useSymfony\Component\Security\Http\EventListener\CsrfProtectionListener;
2021
useSymfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener;
21-
useSymfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener;
2222

2323
/**
2424
* @author Christian Flothmann <christian.flothmann@sensiolabs.de>

‎src/Symfony/Component/Security/Http/EventListener/IsCsrfTokenValidAttributeListener.phprenamed to‎src/Symfony/Component/Security/Csrf/EventListener/IsCsrfTokenValidAttributeListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespaceSymfony\Component\Security\Http\EventListener;
12+
namespaceSymfony\Component\Security\Csrf\EventListener;
1313

1414
useSymfony\Component\EventDispatcher\EventSubscriberInterface;
1515
useSymfony\Component\ExpressionLanguage\Expression;

‎src/Symfony/Component/Security/Http/Tests/EventListener/IsCsrfTokenValidAttributeListenerTest.phprenamed to‎src/Symfony/Component/Security/Csrf/Tests/EventListener/IsCsrfTokenValidAttributeListenerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespaceSymfony\Component\Security\Http\Tests\EventListener;
12+
namespaceSymfony\Component\Security\Csrf\Tests\EventListener;
1313

1414
usePHPUnit\Framework\TestCase;
1515
useSymfony\Component\ExpressionLanguage\Expression;
@@ -19,8 +19,8 @@
1919
useSymfony\Component\HttpKernel\HttpKernelInterface;
2020
useSymfony\Component\Security\Csrf\CsrfToken;
2121
useSymfony\Component\Security\Csrf\CsrfTokenManagerInterface;
22+
useSymfony\Component\Security\Csrf\EventListener\IsCsrfTokenValidAttributeListener;
2223
useSymfony\Component\Security\Csrf\Exception\InvalidCsrfTokenException;
23-
useSymfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener;
2424
useSymfony\Component\Security\Http\Tests\Fixtures\IsCsrfTokenValidAttributeController;
2525
useSymfony\Component\Security\Http\Tests\Fixtures\IsCsrfTokenValidAttributeMethodsController;
2626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp