Author: markt
Date: Mon May 25 10:00:29 2009
New Revision: 778372
URL: http://svn.apache.org/viewvc?rev=778372&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47032
Fix /status/all in Manager webapp when using the PersistentManager.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/current/tc5.5.x/STATUS.txt
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml?rev=778372&r1=778371&r2=778372&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
(original)
+++
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
Mon May 25 10:00:29 2009
@@ -231,10 +231,6 @@
type="java.lang.String"
writeable="false"/>
- <attribute name="pathname"
- description="Path name of the disk file in which active sessions"
- type="java.lang.String"/>
-
<attribute name="activeSessions"
description="Number of active sessions at this moment"
type="int"
@@ -260,6 +256,14 @@
description="The maximum time a session may be idle before it should
be swapped to file just on general principle"
type="int" />
+ <attribute name="sessionMaxAliveTime"
+ description="Longest time an expired session had been alive"
+ type="int" />
+
+ <attribute name="sessionAverageAliveTime"
+ description="Average time an expired session had been alive"
+ type="int" />
+
<attribute name="rejectedSessions"
description="Number of sessions we rejected due to maxActive beeing
reached"
type="int" />
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=778372&r1=778371&r2=778372&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon May 25 10:00:29 2009
@@ -104,6 +104,10 @@
<fix>
Fix CVE-2009-0781. XSS in calendar example. (markt)
</fix>
+ <fix>
+ <bug>47032</bug>: Fix /status/all in Manager webapp when using the
+ PersistentManager. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote" >
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=778372&r1=778371&r2=778372&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Mon May 25 10:00:29 2009
@@ -216,12 +216,6 @@
+1: markt, rjung
-1:
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47032
- http://svn.apache.org/viewvc?rev=751295&view=rev
- Align mbean with implementation
- +1: markt, rjung, kkolinko
- -1:
-
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46384
Use sync when adding and removing members
Note: Untested
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]