This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 70fe7e0866 Improve description of highConcurrencyStatus
70fe7e0866 is described below
commit 70fe7e08666c5c243d868e8b311522927fd3ae63
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 94962b12ee..f2860b31d2 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2717,10 +2717,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]