Author: markt Date: Sun Nov 19 16:13:26 2006 New Revision: 476989 URL: http://svn.apache.org/viewvc?view=rev&rev=476989 Log: Port fix for bug 40929. Update JavaDoc
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java?view=diff&rev=476989&r1=476988&r2=476989 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java Sun Nov 19 16:13:26 2006 @@ -22,23 +22,8 @@ import java.net.URLClassLoader; /** - * Subclass implementation of <b>java.net.URLClassLoader</b> that knows how - * to load classes from disk directories, as well as local and remote JAR - * files. It also implements the <code>Reloader</code> interface, to provide - * automatic reloading support to the associated loader. - * <p> - * In all cases, URLs must conform to the contract specified by - * <code>URLClassLoader</code> - any URL that ends with a "/" character is - * assumed to represent a directory; all other URLs are assumed to be the - * address of a JAR file. - * <p> - * <strong>IMPLEMENTATION NOTE</strong> - Local repositories are searched in - * the order they are added via the initial constructor and/or any subsequent - * calls to <code>addRepository()</code>. - * <p> - * <strong>IMPLEMENTATION NOTE</strong> - At present, there are no dependencies - * from this class to any other Catalina class, so that it could be used - * independently. + * Subclass implementation of <b>java.net.URLClassLoader</b>. There are no + * functional differences between this class and <b>java.net.URLClassLoader</b>. * * @author Craig R. McClanahan * @author Remy Maucherat Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=476989&r1=476988&r2=476989 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Nov 19 16:13:26 2006 @@ -22,11 +22,15 @@ <subsection name="Catalina"> <changelog> <fix> + <bug>37509</bug>: Do not remove whitespace from the end of values + defined in logging.properties files. (markt) + </fix> + <fix> <bug>40844</bug> Missing syncs in JDBCRealm. (markt) </fix> <fix> - <bug>37509</bug>: Do not remove whitespace from the end of values - defined in logging.properties files. (markt) + <bug>40929</bug>: Correct JavaDoc for StandardClassLoader. (markt) + (markt) </fix> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]