Skip to content

Removed redundant POST request exclusion info #3883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added comma after "For example"
  • Loading branch information
Ryan Castle committed Aug 18, 2014
commit 01fc656508cd5934f2aeeb2ba0c961dc700f5bf7
2 changes: 1 addition & 1 deletion cookbook/security/target_path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the name of the firewall, defined in ``security.yml``). Upon a successful
login, the user is redirected to this path, as to help them continue from the
last known page they visited.

In some situations, this is not ideal. For example when the last request
In some situations, this is not ideal. For example, when the last request
URI was an XMLHttpRequest which returned a non-HTML or partial HTML response,
the user is redirected back to a page which the browser cannot render.

Expand Down