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 fa2e5b7ebb Import remm's fix for BZ 66545
fa2e5b7ebb is described below

commit fa2e5b7ebb939f10cb023f15db387884e43d3d56
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Apr 3 09:14:00 2023 +0100

    Import remm's fix for BZ 66545
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=66545
---
 java/org/apache/catalina/webresources/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/webresources/LocalStrings.properties 
b/java/org/apache/catalina/webresources/LocalStrings.properties
index af9f9fe797..aa83c3fe4f 100644
--- a/java/org/apache/catalina/webresources/LocalStrings.properties
+++ b/java/org/apache/catalina/webresources/LocalStrings.properties
@@ -57,5 +57,5 @@ standardRoot.invalidPath=The resource path [{0}] is not valid
 standardRoot.invalidPathNormal=The resource path [{0}] has been normalized to 
[{1}] which is not valid
 standardRoot.lockedFile=The web application [{0}] failed to close the file 
[{1}] opened via the following stack trace
 standardRoot.noContext=A Context has not been configured for this 
WebResourceRoot
-standardRoot.startInvalidMain=The main resource set specified [{0}] is not 
valid
+standardRoot.startInvalidMain=The main resource set specified [{0}] is not a 
directory or war file, or is not readable (it does not exist or permissions to 
access it are missing)
 standardRoot.unsupportedProtocol=The URL protocol [{0}] is not supported by 
this web resources implementation


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to