RE: request for enlightening - StandardSession and expiring flag

2008-12-08 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Re: request for enlightening - StandardSession and > expiring flag > > I'm wondering whether this > https://issues.apache.org/bugzilla/show_bug.cgi?id=46193 > can be related. Certainly looks suspicious, but I&#

Re: request for enlightening - StandardSession and expiring flag

2008-12-08 Thread Leon Rosenberg
On Mon, Dec 8, 2008 at 9:36 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] >> Subject: request for enlightening - StandardSession and expiring flag > >> Correct me if I'm wrong, but if two threads come in si

RE: request for enlightening - StandardSession and expiring flag

2008-12-08 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: request for enlightening - StandardSession and expiring flag > Correct me if I'm wrong, but if two threads come in simultaneously > into this method, wouldn't they both bypass the first check for > expiring==

request for enlightening - StandardSession and expiring flag

2008-12-08 Thread Leon Rosenberg
Hi, I think either me or StandardSession.java are missing some synchronization knowledge :-) /** * We are currently processing a session expiration, so bypass * certain IllegalStateException tests. NOTE: This value is not * included in the serialized version of this object.