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