Resolve UriComponentsBuilder argument with contextPath
Closes gh-25822
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user