This is an automated email from the ASF dual-hosted git repository. markt 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 30aea2bd6f Clarify language 30aea2bd6f is described below commit 30aea2bd6fe3fabec1873a0cccaaf9d2efe23263 Author: Mark Thomas <ma...@apache.org> 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 a1441664b9..1bffd8f174 100644 --- a/java/org/apache/catalina/valves/LocalStrings.properties +++ b/java/org/apache/catalina/valves/LocalStrings.properties @@ -50,7 +50,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org