This is an automated email from the ASF dual-hosted git repository.
markt 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 d5a1f085e0 Clarify language
d5a1f085e0 is described below
commit d5a1f085e0186fe6c92a3658403144badeeb8f1c
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 1 12:17:39 2023 +0100
Clarify language
---
java/org/apache/catalina/valves/LocalStrings.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/valves/LocalStrings.properties
b/java/org/apache/catalina/valves/LocalStrings.properties
index 2f3a68e485..ccde599257 100644
--- a/java/org/apache/catalina/valves/LocalStrings.properties
+++ b/java/org/apache/catalina/valves/LocalStrings.properties
@@ -52,7 +52,7 @@ extendedAccessLogValve.patternParseError=Error parsing
pattern [{0}]
http.400.desc=The server cannot or will not process the request due to
something that is perceived to be a client error (e.g., malformed request
syntax, invalid request message framing, or deceptive request routing).
http.400.reason=Bad Request
-http.401.desc=The request has not been applied because it lacks valid
authentication credentials for the target resource.
+http.401.desc=The request has not been applied to the target resource because
it lacks valid authentication credentials for that resource.
http.401.reason=Unauthorized
http.402.desc=This status code is reserved for future use.
http.402.reason=Payment Required
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]