Re: Destroy Of Interceptor

2007-12-16 Thread Ted Husted
+1 I haven't traced the code, but I believe we redeploy the Interceptors in dev mode, making a destroy option more important. On Dec 14, 2007 7:46 PM, Tom Schneider <[EMAIL PROTECTED]> wrote: > > You know, I think you're right! I searched the entire codebase (both xwork > and struts) and I have

Re: Destroy Of Interceptor

2007-12-14 Thread Tom Schneider
You know, I think you're right! I searched the entire codebase (both xwork and struts) and I have found nowhere where we call destroy() on the interceptors. I guess that hasn't been an issue because if the destroy isn't being called, no big deal because your usually shutting down anyway. If we