This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 87adca71fa Update to use new class name for callback handler 87adca71fa is described below commit 87adca71fa26326ffdb96dcae27038ad8fe27cc6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 15 10:20:13 2023 +0000 Update to use new class name for callback handler --- .../authenticator/TestJaspicCallbackHandlerInAuthenticator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java index 102cd37be8..57aa8b3fae 100644 --- a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java +++ b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java @@ -48,7 +48,7 @@ public class TestJaspicCallbackHandlerInAuthenticator { @Test public void testCustomCallbackHandlerCreation() throws Exception { - testCallbackHandlerCreation("org.apache.catalina.authenticator.TestCallbackHandlerImpl", + testCallbackHandlerCreation("org.apache.catalina.authenticator.TesterCallbackHandlerImpl", TesterCallbackHandlerImpl.class); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org