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

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


The following commit(s) were added to refs/heads/main by this push:
     new 273b37e350 Update to use new class name for callback handler
273b37e350 is described below

commit 273b37e3507318b87b8b545c03c5974f527515d4
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

Reply via email to