Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Anton Khitrenovich
Hi all, We are using IPlanet 6.1 web server, that is based on Catalina 4.1 container. Recently we've run into strange exceptions on Catalina level. After examining stack trace and relevant code, I see that the problem originates in non-synchronized usage of static SimpleDateFormat variables from D

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Anton Khitrenovich
Mark, Great, thanks! BTW - The proposal is something official I can link to in my (future) conversation with Sun or just an email to somebody somewhere? Regards, Anton. On Tue, Nov 11, 2008 at 16:50, Mark Thomas <[EMAIL PROTECTED]> wrote: > Anton Khitrenovich wrote: > > Can somebody (pleas

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Mark Thomas
Anton Khitrenovich wrote: > Mark, > > Great, thanks! > > BTW - The proposal is something official I can link to in my (future) > conversation with Sun or just an email to somebody somewhere? http://svn.apache.org/viewvc?view=rev&revision=713053 Two more +1 votes (and no -1s) and it will be comm

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread sebb
On 11/11/2008, Anton Khitrenovich <[EMAIL PROTECTED]> wrote: > Hi all, > > We are using IPlanet 6.1 web server, that is based on Catalina 4.1 > container. Recently we've run into strange exceptions on Catalina level. > After examining stack trace and relevant code, I see that the problem > orig

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Mark Thomas
Anton Khitrenovich wrote: > Can somebody (please) confirm that there is a bug in Catalina code? Yep, it is a bug. It has been fixed for 6.0.x but not proposed for back porting to earlier versions. The fix was http://svn.apache.org/viewvc?view=rev&revision=708160 I have just proposed it for 5.5.x.