Skip to content

Commit 2dce391

Browse files
committed
minor #10166 Removing outdated note: AJAX requests are not set to target path (weaverryan)
This PR was merged into the 2.8 branch. Discussion ---------- Removing outdated note: AJAX requests are not set to target path Hey guys! As far as I can tell, AJAX requests have not been added to the target path session key since at least 2.7. So, I think we can safely remove this stuff. Cheers! Commits ------- f47212b Removing outdated note: AJAX requests are not set to target path
2 parents 1d7c400 + f47212b commit 2dce391

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)