Skip to content

Commit 2f83e6b

Browse files
parkhojeongrstoyanchev
authored andcommitted
Update reference for API version without a value
See gh-36125 Signed-off-by: hojeong park <parkhj062@gmail.com> Signed-off-by: hojeong <parkhj062@gmail.com>
1 parent 19c2506 commit 2f83e6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ is used to map requests.
393393
Once API versioning is enabled, you can begin to map requests with versions.
394394
The `@RequestMapping` `version` attribute supports the following:
395395

396-
- No value -- matches any version
396+
- No value -- matches any version, unless the request is superseded by a more specific version match.
397397
- Fixed version ("1.2") -- matches the given version only
398398
- Baseline version ("1.2+") -- matches the given version and above
399399

framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ is used to map requests.
424424
Once API versioning is enabled, you can begin to map requests with versions.
425425
The `@RequestMapping` `version` attribute supports the following:
426426

427-
- No value -- matches any version
427+
- No value -- matches any version, unless the request is superseded by a more specific version match.
428428
- Fixed version ("1.2") -- matches the given version only
429429
- Baseline version ("1.2+") -- matches the given version and above
430430

0 commit comments

Comments
 (0)