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 6b74033494 Update to use new class name for callback handler
6b74033494 is described below

commit 6b74033494f12bd23d94f8717eaeded89a7e4679
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 64b293c748..3f5e588072 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to