Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
abaca954
Commit
abaca954
authored
Jun 07, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x' into 2.3.x
Closes gh-21744
parents
9fd6ff7e
bfe1c281
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
AbstractViewResolverProperties.java
...utoconfigure/template/AbstractViewResolverProperties.java
+1
-1
TomcatWebServerFactoryCustomizer.java
...figure/web/embedded/TomcatWebServerFactoryCustomizer.java
+1
-2
appendix-application-properties.adoc
...cs/src/docs/asciidoc/appendix-application-properties.adoc
+1
-0
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/template/AbstractViewResolverProperties.java
View file @
abaca954
...
...
@@ -61,7 +61,7 @@ public abstract class AbstractViewResolverProperties {
private
Charset
charset
=
DEFAULT_CHARSET
;
/**
*
White list of
view names that can be resolved.
*
The
view names that can be resolved.
*/
private
String
[]
viewNames
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizer.java
View file @
abaca954
...
...
@@ -183,8 +183,7 @@ public class TomcatWebServerFactoryCustomizer
if
(
StringUtils
.
hasLength
(
remoteIpHeader
))
{
valve
.
setRemoteIpHeader
(
remoteIpHeader
);
}
// The internal proxies default to a white list of "safe" internal IP
// addresses
// The internal proxies default to a list of "safe" internal IP addresses
valve
.
setInternalProxies
(
remoteIpProperties
.
getInternalProxies
());
try
{
valve
.
setHostHeader
(
remoteIpProperties
.
getHostHeader
());
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-application-properties.adoc
View file @
abaca954
...
...
@@ -13,6 +13,7 @@ NOTE: Property contributions can come from additional jar files on your classpat
Also, you can define your own properties.
== Core properties
include::config-docs/core.adoc[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment