You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: java/org/apache/catalina/realm/LocalStrings.properties
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ combinedRealm.authSuccess=Authenticated user [{0}] with realm [{1}]
20
20
combinedRealm.getPassword=The getPassword() method should never be called
21
21
combinedRealm.getPrincipal=The getPrincipal() method should never be called
22
22
combinedRealm.realmStartFail=Failed to start [{0}] realm
23
+
combinedRealm.setCredentialHandler=A CredentialHandler was set on an instance of the CombinedRealm (or a sub-class of CombinedRealm). CombinedRealm doesn't use a configured CredentialHandler. Is this a configuration error?
23
24
combinedRealm.unexpectedMethod=An unexpected call was made to a method on the combined realm
24
25
25
26
credentialHandler.invalidStoredCredential=The invalid stored credential string [{0}] was provided by the Realm to match with the user provided credentials
0 commit comments