From 04434c919a3d281d819ab9d493798f13bf95dfa3 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 20 Nov 2006 00:13:26 +0000 Subject: [PATCH] Port fix for bug 40929. Update JavaDoc git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@476989 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/catalina/loader/StandardClassLoader.java | 19 ++----------------- webapps/docs/changelog.xml | 8 ++++++-- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/java/org/apache/catalina/loader/StandardClassLoader.java b/java/org/apache/catalina/loader/StandardClassLoader.java index b569a5d4c..7af05709f 100644 --- a/java/org/apache/catalina/loader/StandardClassLoader.java +++ b/java/org/apache/catalina/loader/StandardClassLoader.java @@ -22,23 +22,8 @@ import java.net.URL; import java.net.URLClassLoader; /** - * Subclass implementation of java.net.URLClassLoader that knows how - * to load classes from disk directories, as well as local and remote JAR - * files. It also implements the Reloader interface, to provide - * automatic reloading support to the associated loader. - *

- * In all cases, URLs must conform to the contract specified by - * URLClassLoader - 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. - *

- * IMPLEMENTATION NOTE - Local repositories are searched in - * the order they are added via the initial constructor and/or any subsequent - * calls to addRepository(). - *

- * IMPLEMENTATION NOTE - At present, there are no dependencies - * from this class to any other Catalina class, so that it could be used - * independently. + * Subclass implementation of java.net.URLClassLoader. There are no + * functional differences between this class and java.net.URLClassLoader. * * @author Craig R. McClanahan * @author Remy Maucherat diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 6651e1fd9..9c9eec934 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -22,11 +22,15 @@ + 37509: Do not remove whitespace from the end of values + defined in logging.properties files. (markt) + + 40844 Missing syncs in JDBCRealm. (markt) - 37509: Do not remove whitespace from the end of values - defined in logging.properties files. (markt) + 40929: Correct JavaDoc for StandardClassLoader. (markt) + (markt) -- 2.11.0