The Spring Boot reference toc doesn't highlight the correct section.
- Navigate to https://docs.spring.io/spring-boot/docs/2.4.0/reference/htmlsingle/
- Ctrl+F FilterRegistrationBean and until you get to the
Registering Servlets, Filters, and Listeners as Spring Beans
section - The result is that section
4.10.2
is highlighted, but the page is viewing section4.7.4
Here is a screenshot of what I see
Comment From: izeye
This seems to be a duplicate of https://github.com/spring-projects/spring-boot/issues/24146, and 2.4.1-SNAPSHOT seems to be okay.
See https://docs.spring.io/spring-boot/docs/2.4.1-SNAPSHOT/reference/htmlsingle/
Comment From: philwebb
Thanks @izeye, I agree. I think this is a duplicate of #24146 which picked up the fix for spring-io/spring-doc-resources#65