remm 2005/04/15 01:58:46
Modified: catalina/src/share/org/apache/catalina/startup
ContextRuleSet.java
webapps/docs changelog.xml
Log:
- Update changelog.
- I don't see the purpose of the copy CL rule, as
ContainerBase.getParentClassLoader will return the parent class loader anyway.
If a custom parent
is set, the rule will dumbly override it, thus it seems it never serves a
useful purpose. Maybe it used to be useful.
Revision Changes Path
1.16 +2 -3
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/ContextRuleSet.java
Index: ContextRuleSet.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/ContextRuleSet.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ContextRuleSet.java 23 Sep 2004 06:58:52 -0000 1.15
+++ ContextRuleSet.java 15 Apr 2005 08:58:46 -0000 1.16
@@ -123,8 +123,7 @@
} else {
digester.addRule(prefix + "Context", new
SetContextPropertiesRule());
}
- digester.addRule(prefix + "Context",
- new CopyParentClassLoaderRule());
+
if (create) {
digester.addRule(prefix + "Context",
new LifecycleListenerRule
1.289 +11 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- changelog.xml 12 Apr 2005 18:56:47 -0000 1.288
+++ changelog.xml 15 Apr 2005 08:58:46 -0000 1.289
@@ -42,9 +42,12 @@
<update>
Update to JDT from Eclipse 3.1M6, which is now feature complete
(remm)
</update>
- <update>
+ <update>
Start refactoring, redesign and extend the cluster module (pero)
</update>
+ <add>
+ Add Apache Portable Runtime JNI wrapper and helper API (mturk)
+ </add>
</changelog>
</subsection>
@@ -83,6 +86,10 @@
<bug>10385</bug>: SSI Servlet now includes better support for files
that use character
encodings other than the platform default.(markt)
</fix>
+ <fix>
+ Remove CopyParentClassLoader rule, which doesn't seem to be doing
anything useful
+ anymore. (remm)
+ </fix>
</changelog>
</subsection>
@@ -94,6 +101,9 @@
<update>
Add some Mbean attributes and operations to ChannelSocket (pero)
</update>
+ <add>
+ Add Apache Portable Runtime based HTTP/1.1 protocol handler, without
SSL support (remm)
+ </add>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]