You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/10 12:32:15 UTC

svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
Konstantin Kolinko wrote:
> 2009/7/10  <ma...@apache.org>:
>> 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
>>
>> (...)
>>       <fix>
>> +        <bug>39603</bug>: Admin app only showed ROOT web application when
>> +        clustering was enabled. (markt)
>> +      </fix>
>> +      <fix>
> 
> The svn:log message of this commit does not make sense for me. I
> suppose it is a copy-paste error.

Yeah Subclipse put its own message in. Thought I replaced it. Obviously
not. I'll fix the log message.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/7/10  <ma...@apache.org>:
> 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
>
> (...)
>       <fix>
> +        <bug>39603</bug>: Admin app only showed ROOT web application when
> +        clustering was enabled. (markt)
> +      </fix>
> +      <fix>

The svn:log message of this commit does not make sense for me. I
suppose it is a copy-paste error.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org