• 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
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...