This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 11b8f8d49461607cd5871796645e4c51916d031c Author: Mark Thomas <[email protected]> AuthorDate: Thu Jul 2 14:43:54 2026 +0100 Fix ordering --- java/org/apache/catalina/realm/LocalStrings.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/realm/LocalStrings.properties b/java/org/apache/catalina/realm/LocalStrings.properties index 1c3919a30b..36abdca052 100644 --- a/java/org/apache/catalina/realm/LocalStrings.properties +++ b/java/org/apache/catalina/realm/LocalStrings.properties @@ -36,9 +36,9 @@ dataSourceRealm.exception=Exception performing authentication dataSourceRealm.getPassword.exception=Exception retrieving password for [{0}] dataSourceRealm.getRoles.exception=Exception retrieving roles for [{0}] dataSourceRealm.noNamingContext=Cannot access the server to retrieve the naming context -dataSourceRealm.noUserTable=No user table was specified -dataSourceRealm.noUserNameCol=No column was specified for user names dataSourceRealm.noUserCredCol=No column was specified for user credentials +dataSourceRealm.noUserNameCol=No column was specified for user names +dataSourceRealm.noUserTable=No user table was specified dataSourceRealm.roleConfigMismatch=Role configuration is incomplete: both userRoleTable and roleNameCol must be specified together jaasCallback.username=Returned username [{0}] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
