Skip to content

Commit 5a25a82

Browse files
ben-larsonsjohnr
authored andcommitted
Fix grammar
1 parent 90d845c commit 5a25a82

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/logout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Xml::
8080
and no authorization changes are necessary since it simply adjusts the `LogoutFilter`.
8181

8282
[[permit-logout-endpoints]]
83-
However, if you stand up your own logout success endpoint (or in a rare case, <<creating-custom-logout-endpoint, your own logout endpoint>>), say using {spring-framework-reference-url}web.html#spring-web[Spring MVC], you will need permit it in Spring Security.
83+
However, if you stand up your own logout success endpoint (or in a rare case, <<creating-custom-logout-endpoint, your own logout endpoint>>), say using {spring-framework-reference-url}web.html#spring-web[Spring MVC], you will need to permit it in Spring Security.
8484
This is because Spring MVC processes your request after Spring Security does.
8585

8686
You can do this using `authorizeHttpRequests` or `<intercept-url>` like so:

0 commit comments

Comments
 (0)