Initialize RequestPath on demand in AbstractServerHttpRequest #33227
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
The path is parsed eagerly at construction with the expectation that it is required. However, that may not always be the case with functional endpoints, and custom routing functions. The initializaiton can be on-demand like other request properties.
The text was updated successfully, but these errors were encountered: