Re: [Zope-dev] ZDebug patch for 2.3.0

2001-01-29 Thread Itai Tavor
Thanks! Good to have ZDebug back. But... it kills LoginManager, which uses an exception to render the login page. This patch will fix the problem: --- DTMLDebug.py.old Fri Sep 15 09:25:14 2000 +++ DTMLDebug.pyTue Jan 30 10:45:43 2001 @@ -217,6 +217,9 @@ elif exc_type is DTRet

Re: [Zope-dev] ZDebug patch for 2.3.0

2001-01-29 Thread Shane Hathaway
Chris Withers wrote: > > The patch below got ZDebug working with Zope 2.3.0 for me. Hope I didn't > miss anything ;-) Good job, Chris! I patched it in a similar way. I planned to release a new version as soon as I was sure it worked well with 2.3. Shane > --- debugsecuritypolicy.py.old Sun J