8000 Merge branch '3.4' into 4.1 · symfony/symfony-docs@c3c7bfd · GitHub
[go: up one dir, main page]

Skip to content

Commit c3c7bfd

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Renamed the WebLink component pages Fix grammar error Document logout success_handler configuration Update IsTrue.rst
2 parents 049742d + b5d3340 commit c3c7bfd

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

_build/redirection_map

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,5 @@
398398
/security/host_restriction /security/firewall_restriction
399399
/security/acl_advanced /security/acl
400400
/security/password_encoding /security
401+
/weblink /web_link
402+
/components/weblink /components/web_link
File renamed without changes.

http_cache/esi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ First, to use ESI, be sure to enable it in your application configuration:
9595
9696
Now, suppose you have a page that is relatively static, except for a news
9797
ticker at the bottom of the content. With ESI, you can cache the news ticker
98-
independent of the rest of the page::
98+
independently of the rest of the page::
9999

100100
// src/Controller/DefaultController.php
101101

@@ -158,7 +158,7 @@ used ``render()``.
158158
specification that is supported out of the box by the Symfony reverse
159159
proxy.
160160

161-
The embedded action can now specify its own caching rules, entirely independent
161+
The embedded action can now specify its own caching rules entirely independently
162162
of the master page::
163163

164164
// src/Controller/NewsController.php

reference/configuration/security.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ The user is considered to have changed when the user class implements
175175
required by the :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
176176
(like the username, password or salt) changes.
177177

178+
success_handler
179+
~~~~~~~~~~~~~~~
180+
181+
**type**: ``string`` **default**: ``'security.logout.success_handler'``
182+
183+
The service ID used for handling a successful logout. The service must implement
184+
:class:`Symfony\\Component\\Security\\Http\\Logout\\LogoutSuccessHandlerInterface`.
185+
178186
.. _reference-security-ldap:
179187

180188
LDAP functionality

reference/constraints/IsTrue.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Also see :doc:`IsFalse <IsFalse>`.
1313
| Options | - `message`_ |
1414
| | - `payload`_ |
1515
+----------------+---------------------------------------------------------------------+
16-
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\True` |
16+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue` |
1717
+----------------+---------------------------------------------------------------------+
18-
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\TrueValidator` |
18+
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`|
1919
+----------------+---------------------------------------------------------------------+
2020

2121
Basic Usage
File renamed without changes.

0 commit comments

Comments
 (0)
0