2012/2/16 <ma...@apache.org>: > Author: markt > Date: Wed Feb 15 21:22:19 2012 > New Revision: 1244737 > > URL: http://svn.apache.org/viewvc?rev=1244737&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52669 > Correct regression introduced by the invalid assumptions made in the > hack for Eclipse to address > https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 > > Modified: > tomcat/tc7.0.x/trunk/ (props changed) > tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java > > tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties > tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml >
> -contextConfig.webinfClassesUrl=Unable to determine URL for WEB-INF/classes > +contextConfig.webinfClassesUrl=Unable to determine URL for [{0}] There is one glitch with the above log message change. The message is used in several places. The old places were not updated to provide value for the added parameter. I mean: 1259 } catch (NamingException e) { 1260 log.error(sm.getString( 1261 "contextConfig.webinfClassesUrl"), e); 1262 } Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org