Resolve UriComponentsBuilder argument with contextPath

Closes gh-25822
This commit is contained in:
Rossen Stoyanchev
2020-10-15 22:08:32 +01:00
parent 424e28bc35
commit a2ff139edd
4 changed files with 22 additions and 7 deletions

View File

@@ -1903,8 +1903,8 @@ and others) and is equivalent to `required=false`.
See <<webflux-ann-sessionattributes>> for more details.
| `UriComponentsBuilder`
| For preparing a URL relative to the current request's host, port, scheme, and path.
See <<webflux-uri-building>>.
| For preparing a URL relative to the current request's host, port, scheme, and
context path. See <<webflux-uri-building>>.
| `@SessionAttribute`
| For access to any session attribute -- in contrast to model attributes stored in the session

View File

@@ -2085,7 +2085,7 @@ and others) and is equivalent to `required=false`.
| `UriComponentsBuilder`
| For preparing a URL relative to the current request's host, port, scheme, context path, and
the literal part of the servlet mapping. See <<mvc-uri-building>>.
the literal part of the servlet mapping. See <<mvc-uri-building>>.
| `@SessionAttribute`
| For access to any session attribute, in contrast to model attributes stored in the session