Author: markt Date: Fri Jul 10 10:32:14 2009 New Revision: 792872 URL: http://svn.apache.org/viewvc?rev=792872&view=rev Log: NEEDINFO - bug 39997: JSVC and APR do not work together for HTTPS connector https://issues.apache.org/bugzilla/show_bug.cgi?id=39997
Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml?rev=792872&r1=792871&r2=792872&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml (original) +++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml Fri Jul 10 10:32:14 2009 @@ -1236,6 +1236,10 @@ domain="Catalina" group="Valve" type="org.apache.catalina.cluster.tcp.ReplicationValve"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> <attribute name="info" description="Class version info" type="java.lang.String" Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=792872&r1=792871&r2=792872&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Fri Jul 10 10:32:14 2009 @@ -317,6 +317,10 @@ <bug>36574</bug>: Fix broken PDFs. (markt) </fix> <fix> + <bug>39603</bug>: Admin app only showed ROOT web application when + clustering was enabled. (markt) + </fix> + <fix> <bug>47032</bug>: Fix /status/all in Manager webapp when using the PersistentManager. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org