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

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

commit bdd256d5f3536d0006f6aa70a571658225ab5a76
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 5 16:38:33 2025 +0100

    Fix ordering
---
 java/org/apache/catalina/valves/LocalStrings.properties | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/java/org/apache/catalina/valves/LocalStrings.properties 
b/java/org/apache/catalina/valves/LocalStrings.properties
index 6c74796089..07177e298a 100644
--- a/java/org/apache/catalina/valves/LocalStrings.properties
+++ b/java/org/apache/catalina/valves/LocalStrings.properties
@@ -135,8 +135,6 @@ jdbcAccessLogValve.exception=Exception performing insert 
access entry
 loadBalancerDrainingValve.draining=Load-balancer is in DISABLED state, 
draining this node
 loadBalancerDrainingValve.skip=Client is presenting a valid [{0}] cookie, 
re-balancing is being skipped
 
-patternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern
-
 parameterLimitValve.closeError=Error closing configuration
 parameterLimitValve.invalidLimits=Each limit configuration must contain either 
a single integer or three, comma-separated integers. Invalid limit string [{0}]
 parameterLimitValve.invalidLine=Each line must contain at least one '=' 
character. Invalid line [{0}]
@@ -144,6 +142,8 @@ parameterLimitValve.noConfiguration=No configuration 
resource found [{0}]
 parameterLimitValve.readConfiguration=Read configuration from [/WEB-INF/{0}]
 parameterLimitValve.readError=Error reading 
configurationpatternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern
 
+patternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern
+
 persistentValve.acquireFailed=The request for [{0}] did not obtain the per 
session Semaphore as no permit was available
 persistentValve.acquireInterrupted=The request for [{0}] did not obtain the 
per session Semaphore as it was interrupted while waiting for a permit
 persistentValve.filter.failure=Unable to compile filter=[{0}]
@@ -173,9 +173,3 @@ stuckThreadDetectionValve.interrupted=Thread interrupted 
after the request is fi
 stuckThreadDetectionValve.notifyStuckThreadCompleted=Thread [{0}] (id=[{3}]) 
was previously reported to be stuck but has completed. It was active for 
approximately [{1}] milliseconds.{2,choice,0#|0< There is/are still [{2}] 
thread(s) that are monitored by this Valve and may be stuck.}
 stuckThreadDetectionValve.notifyStuckThreadDetected=Thread [{0}] (id=[{6}]) 
has been active for [{1}] milliseconds (since [{2}]) to serve the same request 
for [{4}] and may be stuck (configured threshold for this 
StuckThreadDetectionValve is [{5}] seconds). There is/are [{3}] thread(s) in 
total that are monitored by this Valve and may be stuck.
 stuckThreadDetectionValve.notifyStuckThreadInterrupted=Thread [{0}] (id=[{5}]) 
has been interrupted because it was active for [{1}] milliseconds (since [{2}]) 
to serve the same request for [{3}] and was probably stuck (configured 
interruption threshold for this StuckThreadDetectionValve is [{4}] seconds).
-
-parameterLimitValve.closeError=Error closing configuration
-parameterLimitValve.invalidLine=Each line must contain at least one '=' 
character. Invalid line [{0}]
-parameterLimitValve.noConfiguration=No configuration resource found [{0}]
-parameterLimitValve.readConfiguration=Read configuration from [/WEB-INF/{0}]
-parameterLimitValve.readError=Error reading configuration
\ No newline at end of file


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

Reply via email to