mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
SEC-3032: Correct documented logout-success-url default
This commit is contained in:
parent
be27ede0e9
commit
dab4cf18b8
@ -389,7 +389,7 @@ logout.attlist &=
|
|||||||
## Specifies the URL that will cause a logout. Spring Security will initialize a filter that responds to this particular URL. Defaults to /logout if unspecified.
|
## Specifies the URL that will cause a logout. Spring Security will initialize a filter that responds to this particular URL. Defaults to /logout if unspecified.
|
||||||
attribute logout-url {xsd:token}?
|
attribute logout-url {xsd:token}?
|
||||||
logout.attlist &=
|
logout.attlist &=
|
||||||
## Specifies the URL to display once the user has logged out. If not specified, defaults to /.
|
## Specifies the URL to display once the user has logged out. If not specified, defaults to <form-login-login-page>/?logout (i.e. /login?logout).
|
||||||
attribute logout-success-url {xsd:token}?
|
attribute logout-success-url {xsd:token}?
|
||||||
logout.attlist &=
|
logout.attlist &=
|
||||||
## Specifies whether a logout also causes HttpSession invalidation, which is generally desirable. If unspecified, defaults to true.
|
## Specifies whether a logout also causes HttpSession invalidation, which is generally desirable. If unspecified, defaults to true.
|
||||||
|
@ -1355,7 +1355,7 @@
|
|||||||
<xs:attribute name="logout-success-url" type="xs:token">
|
<xs:attribute name="logout-success-url" type="xs:token">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>Specifies the URL to display once the user has logged out. If not specified, defaults to
|
<xs:documentation>Specifies the URL to display once the user has logged out. If not specified, defaults to
|
||||||
/.
|
<form-login-login-page>/?logout (i.e. /login?logout).
|
||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
|
@ -7492,7 +7492,7 @@ Maps to the `invalidateHttpSession` of the `SecurityContextLogoutHandler`. Defau
|
|||||||
|
|
||||||
[[nsa-logout-logout-success-url]]
|
[[nsa-logout-logout-success-url]]
|
||||||
* **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)
|
||||||
|
|
||||||
+
|
+
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user