SEC-3032: Correct documented logout-success-url default

This commit is contained in:
Rob Winch
2015-07-22 13:48:07 -05:00
parent be27ede0e9
commit dab4cf18b8
3 changed files with 3 additions and 3 deletions

View File

@@ -7492,7 +7492,7 @@ Maps to the `invalidateHttpSession` of the `SecurityContextLogoutHandler`. Defau
[[nsa-logout-logout-success-url]]
* **logout-success-url**
The destination URL which the user will be taken to after logging out. Defaults to "/".
The destination URL which the user will be taken to after logging out. Defaults to <form-login-login-page>/?logout (i.e. /login?logout)
+