This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit da06a27da0ba29e57306ca3f6503285ca2c8589d Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jun 28 20:41:20 2019 +0100 Remove unused key --- java/org/apache/catalina/servlets/LocalStrings.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/catalina/servlets/LocalStrings.properties b/java/org/apache/catalina/servlets/LocalStrings.properties index 6b63a40..ff2eff7 100644 --- a/java/org/apache/catalina/servlets/LocalStrings.properties +++ b/java/org/apache/catalina/servlets/LocalStrings.properties @@ -17,7 +17,6 @@ cgiServlet.emptyEnvVarName=Empty environment variable name in initialisation par cgiServlet.expandCloseFail=Failed to close input stream for script at path [{0}] cgiServlet.expandCreateDirFail=Failed to create destination directory [{0}] for script expansion cgiServlet.expandDeleteFail=Failed to delete file at [{0}] after IOException during expansion -cgiServlet.expandError=Failed to close input stream cgiServlet.expandFail=Failed to expand script at path [{0}] to [{1}] cgiServlet.expandNotFound=Unable to expand [{0}] as it could not be found cgiServlet.expandOk=Expanded script at path [{0}] to [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org