You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Brian Clozel a12a3054c9 Optimize UrlPathHelper configuration for Spring MVC
Prior to this commit, Spring Boot would auto-configure Spring MVC and
would keep the default `UrlPathHelper` configuration.
Since Spring Boot is in charge of configuring the `DispatcherServlet`
and its mapping, it is in a position to optimally configure the
`UrlPathHelper` depending on the chosen mapping.

This commit sets the `alwaysUseFullPath` property of `UrlPathHelper` if
the Servlet mapping is `"/"`. This is more efficient since this
configuration requires less processing of the request path.

Closes gh-21499
5 years ago
..
spring-boot Avoid allocations in ConfigFileApplicationListener 5 years ago
spring-boot-actuator Merge branch '2.2.x' 5 years ago
spring-boot-actuator-autoconfigure Merge branch '2.2.x' 5 years ago
spring-boot-autoconfigure Optimize UrlPathHelper configuration for Spring MVC 5 years ago
spring-boot-cli Fix file permissions in the CLI's zip and tar distributions 5 years ago
spring-boot-dependencies Upgrade to Spring Integration 5.3.0.RELEASE 5 years ago
spring-boot-devtools Separate server properties for message and errors 5 years ago
spring-boot-docs Add welcome page support for Spring WebFlux 5 years ago
spring-boot-parent Only enforce spring-boot-parent's constraints internally 5 years ago
spring-boot-properties-migrator Update copyright year of changed files 5 years ago
spring-boot-starters Upgrade to Saaj Impl 1.5.2 5 years ago
spring-boot-test Update copyright year of changed files 5 years ago
spring-boot-test-autoconfigure Fix web services tests on JDK 11+ 5 years ago
spring-boot-tools Use default tag when pulling run image 5 years ago