mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Extract ApplicationContextHeaderFilter to a top-level class from EndpointWebMvcAutoConfiguration and make the header field public. Fixes gh-5726 Closes gh-5784