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 6644164  Fix backport
6644164 is described below

commit 66441642f9a3e5607f05780120e693812179b0f2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 18 09:22:24 2020 +0100

    Fix backport
---
 .../authenticator/TestJaspicCallbackHandlerInAuthenticator.java      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
 
b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
index cd63ed8..45fdc26 100644
--- 
a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
+++ 
b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
@@ -180,6 +180,11 @@ public class TestJaspicCallbackHandlerInAuthenticator {
         protected Principal getPrincipal(String username) {
             return new GenericPrincipal(username, null, null);
         }
+
+        @Override
+        protected String getName() {
+            return "Test Realm";
+        }
     }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to