You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/09 09:48:02 UTC

[tomcat] branch 10.1.x updated: Remove confusing word

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 2e5d52004b Remove confusing word
2e5d52004b is described below

commit 2e5d52004b81de5688a0a836d0ee6caaf08ccb9a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 9 09:47:39 2023 +0000

    Remove confusing word
---
 java/org/apache/catalina/authenticator/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings.properties b/java/org/apache/catalina/authenticator/LocalStrings.properties
index ccb4935a9c..c835736860 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings.properties
@@ -36,7 +36,7 @@ basicAuthenticator.invalidCharset=The only permitted values are null, the empty
 
 digestAuthenticator.cacheRemove=A valid entry has been removed from client nonce cache to make room for new entries. A replay attack is now possible. To prevent the possibility of replay attacks, reduce nonceValidity or increase nonceCacheSize. Further warnings of this type will be suppressed for 5 minutes.
 
-formAuthenticator.changeSessionIdLogin=Session ID changed during before forwarding to login page during FORM authentication from [{0}] to [{1}]
+formAuthenticator.changeSessionIdLogin=Session ID changed before forwarding to login page during FORM authentication from [{0}] to [{1}]
 formAuthenticator.forwardErrorFail=Unexpected error forwarding to error page
 formAuthenticator.forwardLogin=Forwarding request for [{0}] made with method [{1}] to login page [{2}] of context [{3}] using request method GET
 formAuthenticator.forwardLoginFail=Unexpected error forwarding to login page


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