Skip to content

Commit 740f3b7

Browse files
committed
Polishing
See gh-31185
1 parent ab48b88 commit 740f3b7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/interceptors.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ NOTE: The XML config declares interceptors as `MappedInterceptor` beans, and tho
6565
turn detected by any `HandlerMapping` bean, including those from other frameworks.
6666
By contrast, the Java config passes interceptors only to the `HandlerMapping` beans it manages.
6767
To re-use the same interceptors across Spring MVC and other framework `HandlerMapping`
68-
beans with the MVC Java config, either declare `MappedInterceptor` beans, or conifgure the
69-
same interceptors in both the Java config and in other `HandlerMapping` beans.
70-
71-
72-
68+
beans with the MVC Java config, either declare `MappedInterceptor` beans (and don't
69+
manually add them in the Java config), or configure the same interceptors in both
70+
the Java config and in other `HandlerMapping` beans.

0 commit comments

Comments
 (0)