PR #11883 - remove experimental warning and fix to documentation

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-21 23:53:55 +10:00
parent 063e3fc976
commit 37aed0e01b
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
3 changed files with 1 additions and 18 deletions

View File

@ -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[]

View File

@ -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

View File

@ -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)