Skip to content

Commit f47212b

Browse files
committed
Removing outdated note: AJAX requests are not set to target path
1 parent 1d7c400 commit f47212b

File tree

3 files changed

+0
-87
lines changed

3 files changed

+0
-87
lines changed

security.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,6 @@ Authentication (Identifying/Logging in the User)
12811281
security/api_key_authentication
12821282
security/custom_authentication_provider
12831283
security/pre_authenticated
1284-
security/target_path
12851284
security/csrf_in_login_form
12861285
security/named_encoders
12871286
security/multiple_user_providers

security/form_login.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ in the session (perhaps the user went directly to the login page), then the user
2424
is redirected to ``/`` (i.e. the homepage). You can change this behavior in
2525
several ways.
2626

27-
.. note::
28-
29-
Sometimes, redirecting to the originally requested page can cause problems,
30-
like if a background Ajax request "appears" to be the last visited URL,
31-
causing the user to be redirected there. For information on controlling this
32-
behavior, see :doc:`/security/target_path`.
33-
3427
Changing the default Page
3528
~~~~~~~~~~~~~~~~~~~~~~~~~
3629

security/target_path.rst

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)