Remove details of how to switch off RemoteIpValve: it's off by default

See gh-1631
pull/2035/head
Andy Wilkinson 10 years ago
parent c3d1241e71
commit 8349148bbf

@ -500,14 +500,6 @@ to `application.properties`, e.g.
Alternatively, you can take complete control of the configuration of the `RemoteIpValve` Alternatively, you can take complete control of the configuration of the `RemoteIpValve`
by configuring and adding it in a `TomcatEmbeddedServletContainerFactory` bean. by configuring and adding it in a `TomcatEmbeddedServletContainerFactory` bean.
Lastly, you can switch off the valve by adding some entries to `application.properties`:
[indent=0]
----
server.tomcat.remote_ip_header=
server.tomcat.protocol_header=
----
[[howto-use-jetty-instead-of-tomcat]] [[howto-use-jetty-instead-of-tomcat]]

Loading…
Cancel
Save