Skip to content

Commit 8af919e

Browse files
committed
Alphabetical order
1 parent 0fdefcc commit 8af919e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java/org/apache/catalina/valves/LocalStrings.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ jdbcAccessLogValve.exception=Exception performing insert access entry
141141
loadBalancerDrainingValve.draining=Load-balancer is in DISABLED state, draining this node
142142
loadBalancerDrainingValve.skip=Client is presenting a valid [{0}] cookie, re-balancing is being skipped
143143

144+
parameterLimitValve.closeError=Error closing configuration
145+
parameterLimitValve.invalidLine=Each line must contain at least one '=' character. Invalid line [{0}]
146+
parameterLimitValve.noConfiguration=No configuration resource found [{0}]
147+
parameterLimitValve.readConfiguration=Read configuration from [/WEB-INF/{0}]
148+
parameterLimitValve.readError=Error reading configuration
149+
144150
patternTokenizer.unexpectedParenthesis=Unexpected ')' in pattern
145151

146152
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
172178
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.}
173179
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.
174180
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).
175-
176-
parameterLimitValve.closeError=Error closing configuration
177-
parameterLimitValve.invalidLine=Each line must contain at least one '=' character. Invalid line [{0}]
178-
parameterLimitValve.noConfiguration=No configuration resource found [{0}]
179-
parameterLimitValve.readConfiguration=Read configuration from [/WEB-INF/{0}]
180-
parameterLimitValve.readError=Error reading configuration

0 commit comments

Comments
 (0)