This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 8af919e914 Alphabetical order 8af919e914 is described below commit 8af919e914aa0f3890ba233b9e565931d14acdf3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 3 16:46:48 2025 +0000 Alphabetical order --- java/org/apache/catalina/valves/LocalStrings.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/java/org/apache/catalina/valves/LocalStrings.properties b/java/org/apache/catalina/valves/LocalStrings.properties index a2ae718737..4f7bdfb213 100644 --- a/java/org/apache/catalina/valves/LocalStrings.properties +++ b/java/org/apache/catalina/valves/LocalStrings.properties @@ -141,6 +141,12 @@ 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 +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 + patternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern persistentValve.acquireFailed=The request for [{0}] did not obtain the per session Semaphore as no permit was available @@ -172,9 +178,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