Skip to content

Commit f77f020

Browse files
niklas-sparfeld-gcxjzheaux
authored andcommitted
Fix typo: you're -> your
1 parent 7f2b3bd commit f77f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This means that Spring Security's xref:servlet/authentication/index.adoc[authent
8080
If you add filters of your own before the `AuthorizationFilter`, they will also not require authorization; otherwise, they will.
8181

8282
A place where this typically becomes important is when you are adding {spring-framework-reference-url}web.html#spring-web[Spring MVC] endpoints.
83-
Because they are executed by the {spring-framework-reference-url}web.html#mvc-servlet[`DispatcherServlet`] and this comes after the `AuthorizationFilter`, you're endpoints need to be <<authorizing-endpoints,included in `authorizeHttpRequests` to be permitted>>.
83+
Because they are executed by the {spring-framework-reference-url}web.html#mvc-servlet[`DispatcherServlet`] and this comes after the `AuthorizationFilter`, your endpoints need to be <<authorizing-endpoints,included in `authorizeHttpRequests` to be permitted>>.
8484

8585
=== All Dispatches Are Authorized
8686

0 commit comments

Comments
 (0)