mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Hiding it (at AbstractServerHttpRequest) complicates matters since requests are often mutated and decorated, plus it's also possible to implement the interface directly (we've one, albeit corner case). Issue: SPR-16966