-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Open
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Arjen Poutsma opened SPR-15953 and commented
We could use a WebFluxUriComponentsBuilder
that has similar functionality as the ServletUriComponentsBuilder
,
An additional method that WebFluxUriComponentsBuilder
should have is fromServerRequest
, taking a ServerRequest
from WebFlux.fn, as that type does not implement HttpRequest
, and therefore cannot be used with UriComponentsBuilder.fromHttpRequest
.
Issue Links:
- ReactorServerHttpRequest.getUri() does not include scheme [SPR-15931] #20485 ReactorServerHttpRequest.getUri() does not include scheme
- WebFlux support for UriBuilder, UriComponentsBuilder controller method arguments [SPR-15997] #20546 WebFlux support for UriBuilder, UriComponentsBuilder controller method arguments
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement