Author: markt
Date: Mon Dec 10 12:41:43 2018
New Revision: 1848566
URL: http://svn.apache.org/viewvc?rev=1848566&view=rev
Log:
Don't use an initial capital in the key name
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java
tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java?rev=1848566&r1=1848565&r2=1848566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java
Mon Dec 10 12:41:43 2018
@@ -222,7 +222,7 @@ public class JarWarResourceSet extends A
*/
@Override
protected JarEntry getArchiveEntry(String pathInArchive) {
- throw new
IllegalStateException(sm.getString("JarWarResourceSet.codingError"));
+ throw new
IllegalStateException(sm.getString("jarWarResourceSet.codingError"));
}
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties?rev=1848566&r1=1848565&r2=1848566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties
[UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties
[UTF-8] Mon Dec 10 12:41:43 2018
@@ -45,7 +45,7 @@ jarResource.getUrlFail=Unable to determi
jarResourceRoot.invalidWebAppPath=This resource always refers to a directory
so the supplied webAppPath must end with / but the provided webAppPath was [{0}]
-JarWarResourceSet.codingError=Coding error
+jarWarResourceSet.codingError=Coding error
standardRoot.checkStateNotStarted=The resources may not be accessed if they
are not currently started
standardRoot.createInvalidFile=Unable to create WebResourceSet from [{0}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]