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)