From 61b3fe90f9e0173d594bc5d135a082abfbb3892c Mon Sep 17 00:00:00 2001 From: WalkerWatch Date: Wed, 7 Feb 2018 16:31:50 -0500 Subject: [PATCH] Updating doc header. --- .../asciidoc/administration/extras/inetaccess-handler.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jetty-documentation/src/main/asciidoc/administration/extras/inetaccess-handler.adoc b/jetty-documentation/src/main/asciidoc/administration/extras/inetaccess-handler.adoc index 516a1d30f69..7404a8d0c10 100644 --- a/jetty-documentation/src/main/asciidoc/administration/extras/inetaccess-handler.adoc +++ b/jetty-documentation/src/main/asciidoc/administration/extras/inetaccess-handler.adoc @@ -1,3 +1,4 @@ +// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ======================================================================== @@ -13,6 +14,7 @@ // // You may elect to redistribute this code under either of these licenses. // ======================================================================== +// [[inetaccess-handler]] === InetAccess Handler @@ -27,7 +29,7 @@ [[inetaccess-handler-usage]] ==== Usage -Controls access to the wrapped handler using the real remote IP. Control is provided by and `IncludeExcludeSet` over a `InetAddressSet`. +Controls access to the wrapped handler using the real remote IP. Control is provided by and `IncludeExcludeSet` over a `InetAddressSet`. This handler uses the real internet address of the connection, not one reported in the forwarded for headers, as this cannot be as easily forged. ==== Usage in Standard Distribution