This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 2784ea307b Update format 2784ea307b is described below commit 2784ea307b98e4e3371d97f8752e6b85805ea1c5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Mar 3 13:53:22 2023 +0000 Update format --- java/org/apache/catalina/authenticator/AuthenticatorBase.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/authenticator/AuthenticatorBase.java b/java/org/apache/catalina/authenticator/AuthenticatorBase.java index 899aa1bd97..24d82fd2a3 100644 --- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java +++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java @@ -1334,6 +1334,8 @@ public abstract class AuthenticatorBase extends ValveBase implements Authenticat protected enum AllowCorsPreflight { - NEVER, FILTER, ALWAYS + NEVER, + FILTER, + ALWAYS } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org