From 1b172edde4b3f1c05624e7f46e93b06e47447946 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Tue, 24 Sep 2024 08:26:22 -0700 Subject: [PATCH] Fix copyright --- docs/se/webserver/02_configuration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/se/webserver/02_configuration.adoc b/docs/se/webserver/02_configuration.adoc index b7b17286972..b57dbefd4e4 100644 --- a/docs/se/webserver/02_configuration.adoc +++ b/docs/se/webserver/02_configuration.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2018, 2023 Oracle and/or its affiliates. + Copyright (c) 2018, 2024 Oracle and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -109,4 +109,4 @@ Default is `LINEAR` |`requested-uri-discovery.trusted-proxies` |link:{common-http-javadoc-base-url}/AllowList.html[`AllowList`] |{nbsp} |Assigns the settings governing the acceptance and rejection of forwarded headers from incoming requests to this socket. This setting automatically enables discovery for the socket. |`requested-uri-discovery.types` |`(FORWARDED, X_FORWARDED, HOST)` (See link:{javadoc-base-url-api}/SocketConfiguration.RequestedUriDiscoveryType.html[`RequestedUriDiscoveryType`]) |`FORWARDED if discovery is enabled; none otherwise` |Assigns the front-end URI discovery type(s) this socket should use. This setting automatically enables discovery for the socket. -|=== \ No newline at end of file +|===