Rossen Stoyanchev opened SPR-14535 and commented
Currently we have annotated controller method arguments, e.g. @PathVariable
, @RequestParam
, @RequestHeader
, CookieValue, @Value
, etc. Many of them support SpEL expressions and those should support expressions referring to the request, response, and possibly the exchange.
Affects: 5.0 M1