• Madhura Bhave's avatar
    Harmonize default for server.tomcat.use-relative-redirects · f29bce65
    Madhura Bhave authored
    Prior to this commit, the property was a Boolean with a null default.
    If it was explicitly set by the user, a context customizer would use
    that value to set it on the context. However, if it was not set, the default
    wouldn't be tomcat's default but `false` because it was explicitly set to
    `false` in `TomcatServletWebServerFactory`. This commit defaults the property
    itself to `false` so that the default is more obvious to the user.
    
    Fixes gh-20796
    f29bce65
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...