This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 853a5ed3d9 Improve description of highConcurrencyStatus
853a5ed3d9 is described below
commit 853a5ed3d9e3e7c64314bbf701569a4159be8df3
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 62cfb974db..60f9eeee0d 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2720,10 +2720,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]