Author: fschumacher Date: Sun Sep 13 10:02:43 2015 New Revision: 1702722 URL: http://svn.apache.org/r1702722 Log: Re-add LocalStrings entry contextConfig.invalidSciHandlesTypes, which was mistakenly removed with r1345367.
Modified: tomcat/trunk/java/org/apache/catalina/startup/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=1702722&r1=1702721&r2=1702722&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties Sun Sep 13 10:02:43 2015 @@ -48,6 +48,7 @@ contextConfig.inputStreamJar=Unable to p contextConfig.inputStreamJndi=Unable to process resource element [{0}] for annotations contextConfig.inputStreamWebResource=Unable to process web resource [{0}] for annotations 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org