mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
This commit adds a new property, server.tomcat.redirect-context-root, that can be used to configure the Tomcat Context’s mapperContextRootRedirectEnabled property. The default is to not apply any configuration and, therefore, to use Tomcat’s default of true. Closes gh-6248