23 Feb
2010
23 Feb
'10
9:56 a.m.
In Zope 2.10 exception views were acquisition-wrapped in the publisher context. This appears to have changed in Zope 2.12: exception views are now wrapped in the exception. This is problematic since it means you can no longer use the context when rendering an error page, so things like ++resource++ or anything else which relies on a working acquisition context, which is pretty much everything, break. Is this an unexpected regression from the acquisition changes, or a deliberate change? Wichert.