(tomcat) branch 11.0.x updated: Fix ordering
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178646311560.2526826.4046473921318860049@gitbox3-he-fi.apache.org> |
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 bb8367e631 Fix ordering
bb8367e631 is described below
commit bb8367e6313fe210cffab7dcf46c5d9fde6ac2d0
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Aug 11 16:45:08 2026 +0100
Fix ordering
---
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 0f4b7546ec..ad3cfe60a7 100644
--- a/java/org/apache/catalina/webresources/LocalStrings.properties
+++ b/java/org/apache/catalina/webresources/LocalStrings.properties
@@ -24,8 +24,8 @@ abstractArchiveResourceSet.manifestFail=Failed to read the manifest from the arc
abstractArchiveResourceSet.multiReleaseFail=Failed to determine if the archive [{0}] is a multi-release JAR
abstractArchiveResourceSet.setReadOnlyFalse=Archive based WebResourceSets such as those based on JARs are hard-coded to be read-only and may not be configured to be read-write
-abstractFileResourceSet.canonicalfileCheckFailed=Resource for web application [{0}] at path [{1}] was not loaded as the canonical path [{2}] did not match. Use of symlinks is one possible cause.
abstractFileResourceSet.canonicalPathFail=Failed to determine the canonical path for [{0}]
+abstractFileResourceSet.canonicalfileCheckFailed=Resource for web application [{0}] at path [{1}] was not loaded as the canonical path [{2}] did not match. Use of symlinks is one possible cause.
abstractResource.getContentFail=Unable to return [{0}] as a byte array
abstractResource.getContentFirst=getContent must be called before getCertificates