Merge branch '2.3.x'

Closes gh-24026
This commit is contained in:
Andy Wilkinson
2020-11-04 10:15:26 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -335,7 +335,8 @@ public class ServerProperties {
/**
* Whether requests to the context root should be redirected by appending a / to
* the path.
* the path. When using SSL terminated at a proxy, this property should be set to
* false.
*/
private Boolean redirectContextRoot = true;