spring-boot/spring-boot-docs
Sjoerd Mulder cc557833a4 Escape backslashes in .properties examples of setting internal-proxies
In a properties file, a backslash is used as an escape character for
the line terminator sequence to allow values to be split across
multiple lines. When a backslash is used elsewhere they're stripped
out of the property's value.

This commit updates .properties-based examples for configuring
server.tomcat.internal-proxies to escape the backslahes so that they
are retained in the property's value at runtime.

See gh-1989
2014-11-25 13:39:25 +00:00
..
src/main Escape backslashes in .properties examples of setting internal-proxies 2014-11-25 13:39:25 +00:00
pom.xml Next development version 2014-11-11 17:12:24 -08:00