From 37aed0e01bcd5786d16eb1b4bcbd59520d396273 Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Wed, 21 Aug 2024 23:53:55 +1000 Subject: [PATCH] PR #11883 - remove experimental warning and fix to documentation Signed-off-by: Lachlan Roberts --- .../jetty/modules/programming-guide/nav.adoc | 2 +- .../programming-guide/pages/security/index.adoc | 16 ---------------- .../security/siwe/EthereumAuthenticator.java | 1 - 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 documentation/jetty/modules/programming-guide/pages/security/index.adoc diff --git a/documentation/jetty/modules/programming-guide/nav.adoc b/documentation/jetty/modules/programming-guide/nav.adoc index e0dfa38d086..edfbae8ce0a 100644 --- a/documentation/jetty/modules/programming-guide/nav.adoc +++ b/documentation/jetty/modules/programming-guide/nav.adoc @@ -43,7 +43,7 @@ ** xref:troubleshooting/state-tracking.adoc[] ** xref:troubleshooting/component-dump.adoc[] ** xref:troubleshooting/debugging.adoc[] -* xref:security/index.adoc[] +* Jetty Security ** xref:security/siwe-support.adoc[] * Migration Guides ** xref:migration/94-to-10.adoc[] diff --git a/documentation/jetty/modules/programming-guide/pages/security/index.adoc b/documentation/jetty/modules/programming-guide/pages/security/index.adoc deleted file mode 100644 index aec04e758f7..00000000000 --- a/documentation/jetty/modules/programming-guide/pages/security/index.adoc +++ /dev/null @@ -1,16 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -= Jetty Security - -TODO: introduction \ No newline at end of file diff --git a/jetty-core/jetty-siwe/src/main/java/org/eclipse/jetty/security/siwe/EthereumAuthenticator.java b/jetty-core/jetty-siwe/src/main/java/org/eclipse/jetty/security/siwe/EthereumAuthenticator.java index bbb7bc5b19b..d5eb997eec6 100644 --- a/jetty-core/jetty-siwe/src/main/java/org/eclipse/jetty/security/siwe/EthereumAuthenticator.java +++ b/jetty-core/jetty-siwe/src/main/java/org/eclipse/jetty/security/siwe/EthereumAuthenticator.java @@ -101,7 +101,6 @@ public class EthereumAuthenticator extends LoginAuthenticator implements Dumpabl public EthereumAuthenticator() { - LOG.warn("Sign-In With Ethereum support is experimental and not suited for production use."); } public void includeDomains(String... domains)