You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/15 10:21:12 UTC

[tomcat] branch 9.0.x updated: Update to use new class name for callback handler

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 9ddb5499fe Update to use new class name for callback handler
9ddb5499fe is described below

commit 9ddb5499fe6021f1067acfa68f2af926eae2c6dc
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 299471bca2..0c6c4e4605 100644
--- a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
+++ b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
@@ -47,7 +47,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org