Browse Source

Fix unfinished edit from previous commit

See gh-36198
pull/36221/head
rstoyanchev 5 days ago
parent
commit
79386b0e83
  1. 1
      framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc
  2. 1
      framework-docs/modules/ROOT/pages/web/webmvc/filters.adoc

1
framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc

@ -395,7 +395,6 @@ include-code::./UrlHandlerFilterConfiguration[tag=config,indent=0] @@ -395,7 +395,6 @@ include-code::./UrlHandlerFilterConfiguration[tag=config,indent=0]
Keep in mind the following:
- the root path `"/"` is excluded from trailing slash handling.
- prefer `@RequestMapping` over
- `@RequestMapping("/")` adds a trailing slash to a type-level mapping, and therefore will
not map when trailing slash handling applies; use `@RequestMapping` (no path attribute) instead.

1
framework-docs/modules/ROOT/pages/web/webmvc/filters.adoc

@ -141,6 +141,5 @@ include-code::./UrlHandlerFilterConfiguration[tag=config,indent=0] @@ -141,6 +141,5 @@ include-code::./UrlHandlerFilterConfiguration[tag=config,indent=0]
Keep in mind the following:
- the root path `"/"` is excluded from trailing slash handling.
- prefer `@RequestMapping` over
- `@RequestMapping("/")` adds a trailing slash to a type-level mapping, and therefore will
not map when trailing slash handling applies; use `@RequestMapping` (no path attribute) instead.

Loading…
Cancel
Save