You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/12/05 08:41:53 UTC

svn commit: r1848190 - in /tomcat/trunk/java/org/apache: catalina/startup/LocalStrings.properties jasper/resources/LocalStrings.properties tomcat/util/net/jsse/LocalStrings.properties

Author: markt
Date: Wed Dec  5 08:41:53 2018
New Revision: 1848190

URL: http://svn.apache.org/viewvc?rev=1848190&view=rev
Log:
Remove unused terms identified by woonsan

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties
    tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties?rev=1848190&r1=1848189&r2=1848190&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties [UTF-8] Wed Dec  5 08:41:53 2018
@@ -64,8 +64,6 @@ contextConfig.inputStreamWebResource=Una
 contextConfig.invalidSci=The ServletContentInitializer [{0}] could not be created
 contextConfig.invalidSciHandlesTypes=Unable to load class [{0}] to check against the @HandlesTypes annotation of one or more ServletContentInitializers.
 contextConfig.jarFile=Unable to process Jar [{0}] for annotations
-contextConfig.jndiUrl=Unable to process JNDI URL [{0}] for annotations
-contextConfig.jndiUrlNotDirContextConn=The connection created for URL [{0}] was not a DirContextURLConnection
 contextConfig.jspFile.error=JSP file [{0}] must start with a ''/''
 contextConfig.jspFile.warning=WARNING: JSP file [{0}] must start with a ''/'' in Servlet 2.4
 contextConfig.missingRealm=No Realm has been configured to authenticate against

Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties?rev=1848190&r1=1848189&r2=1848190&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties [UTF-8] Wed Dec  5 08:41:53 2018
@@ -233,38 +233,6 @@ jsp.error.variable.both.name=Cannot spec
 jsp.error.variable.either.name=Either name-given or name-from-attribute attribute must be specified in a variable directive
 jsp.error.xml.badStandardAction=Invalid standard action: [{0}]
 jsp.error.xml.bad_tag=No tag [{0}] defined in tag library associated with uri [{1}]
-jsp.error.xml.closeQuoteMissingInTextDecl=closing quote in the value following [{0}] in the text declaration is missing.
-jsp.error.xml.closeQuoteMissingInXMLDecl=closing quote in the value following [{0}] in the XML declaration is missing.
-jsp.error.xml.encodingByteOrderUnsupported=Given byte order for encoding [{0}] is not supported.
-jsp.error.xml.encodingDeclInvalid=Invalid encoding name [{0}].
-jsp.error.xml.encodingDeclRequired=The encoding declaration is required in the text declaration.
-jsp.error.xml.eqRequiredInTextDecl=The '' = '' character must follow [{0}] in the text declaration.
-jsp.error.xml.eqRequiredInXMLDecl=The '' = '' character must follow [{0}] in the XML declaration.
-jsp.error.xml.expectedByte=Expected byte [{0}] of [{1}]-byte UTF-8 sequence.
-jsp.error.xml.invalidASCII=Byte [{0}] not 7-bit ASCII.
-jsp.error.xml.invalidByte=Invalid byte [{0}] of [{1}]-byte UTF-8 sequence.
-jsp.error.xml.invalidCharInContent=An invalid XML character (Unicode: 0x[{0}]) was found in the element content of the document.
-jsp.error.xml.invalidCharInPI=An invalid XML character (Unicode: 0x[{0}]) was found in the processing instruction.
-jsp.error.xml.invalidCharInTextDecl=An invalid XML character (Unicode: 0x[{0}]) was found in the text declaration.
-jsp.error.xml.invalidCharInXMLDecl=An invalid XML character (Unicode: 0x[{0}]) was found in the XML declaration.
-jsp.error.xml.invalidHighSurrogate=High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0x[{0}].
-jsp.error.xml.morePseudoAttributes=more pseudo attributes is expected.
-jsp.error.xml.noMorePseudoAttributes=no more pseudo attributes is allowed.
-jsp.error.xml.operationNotSupported=Operation [{0}] not supported by [{1}] reader.
-jsp.error.xml.pseudoAttrNameExpected=a pseudo attribute name is expected.
-jsp.error.xml.quoteRequiredInTextDecl=The value following [{0}] in the text declaration must be a quoted string.
-jsp.error.xml.quoteRequiredInXMLDecl=The value following [{0}] in the XML declaration must be a quoted string.
-jsp.error.xml.reservedPITarget=The processing instruction target matching "[xX][mM][lL]" is not allowed.
-jsp.error.xml.sdDeclInvalid=The standalone document declaration value must be "yes" or "no", not [{0}].
-jsp.error.xml.spaceRequiredBeforeEncodingInTextDecl=White space is required before the encoding pseudo attribute in the text declaration.
-jsp.error.xml.spaceRequiredBeforeEncodingInXMLDecl=White space is required before the encoding pseudo attribute in the XML declaration.
-jsp.error.xml.spaceRequiredBeforeStandalone=White space is required before the encoding pseudo attribute in the XML declaration.
-jsp.error.xml.spaceRequiredBeforeVersionInTextDecl=White space is required before the version pseudo attribute in the text declaration.
-jsp.error.xml.spaceRequiredBeforeVersionInXMLDecl=White space is required before the version pseudo attribute in the XML declaration.
-jsp.error.xml.spaceRequiredInPI=White space is required between the processing instruction target and data.
-jsp.error.xml.versionInfoRequired=The version is required in the XML declaration.
-jsp.error.xml.versionNotSupported=XML version [{0}] is not supported, only XML 1.0 is supported.
-jsp.error.xml.xmlDeclUnterminated=The XML declaration must end with "?>".
 jsp.exception=An exception occurred processing [{0}] at line [{1}]
 jsp.info.ignoreSetting=Ignored setting for [{0}] of [{1}] because a SecurityManager was enabled
 jsp.message.dont.modify.servlets=IMPORTANT: Do not modify the generated servlets

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties?rev=1848190&r1=1848189&r2=1848190&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties [UTF-8] Wed Dec  5 08:41:53 2018
@@ -32,7 +32,6 @@ jsse.unsupported_ciphers=Some specified
 jsseSupport.certTranslationError=Error translating certificate [{0}]
 jsseSupport.clientCertError=Error trying to obtain a certificate from the client
 jsseSupport.noCertWant=No client certificate sent for want
-jsseSupport.serverRenegDisabled=SSL server initiated renegotiation is disabled, closing connection
 jsseSupport.unexpectedData=Unexpected data read from input stream
 
 jsseUtil.invalidTrustCert=The certificate for [{0}] in the trust store is not valid and has, therefore, been excluded in the list of certificates sent to the client



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