This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 20da636572 Improve description of highConcurrencyStatus
20da636572 is described below
commit 20da636572954866e134df891fa752ef0da55854
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jul 21 11:59:12 2026 +0100
Improve description of highConcurrencyStatus
---
webapps/docs/config/valve.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 0ece09e1f3..04fb2dfef6 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2722,10 +2722,9 @@
</attribute>
<attribute name="highConcurrencyStatus" required="false">
- <p>The error status code which will be returned to the client, if the
- value is positive, when a permit cannot be acquired from the
- sepmaphore. The default value is <strong>-1</strong>, which will mean
- no error status will be sent back.</p>
+ <p>The HTTP status code which will be returned to the client when a
+ permit cannot be acquired from the semaphore. The default value is
+ <strong>-1</strong>, which means no error status will be sent back.</p>
</attribute>
<attribute name="interruptible" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]