mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7df25764af
Allow HttpHeader instances to be returned directly from MVC controller methods managed by HandlerMethodReturnValueHandler rather than needing to be wrapped in a ResponseEntity. Issue: SPR-11129