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 expire your session before
ManagerServlet code access it.
Regards
Peter
Am 18.01.2008 um 17:52 schrieb Remy Maucherat:
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 a remote jmx client. The
java.util.Date class has only a deprecated methods to parse it. Ok, I
can use SimpleDateFormatter but as you must control a lot of session
this is a time consuming task.
Don't read the patch, get the updated status file.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]