Hi Remy,
The manager patch fix two problems:
- User can call ManagerServlet.expire at stopped Context.
Result is a NPE
- As you have long session list a IllgallStateException can be thrown
as we iterate over the session id list.
Manager background thread or user can expi
On Fri, 2008-01-18 at 17:35 +0100, Peter Rossbach wrote:
> HI Remy,
>
> the problem is the current getLastAccessedTime and getCreationTime
> methods has standard formated Date result. Good
> for humans, but bad for jmx scripts writers. You can't simply parse
> those standard format strings at
HI Remy,
the problem is the current getLastAccessedTime and getCreationTime
methods has standard formated Date result. Good
for humans, but bad for jmx scripts writers. You can't simply parse
those standard format strings at a remote jmx client. The
java.util.Date class has only a deprecat
Author: remm
Date: Fri Jan 18 08:12:34 2008
New Revision: 613196
URL: http://svn.apache.org/viewvc?rev=613196&view=rev
Log:
- Votes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6131