Verbose Security 0.6 (Apr 05, 2005)
This version is compatible only with Zope 2.7, and no longer requires the Python security machinery to be enabled. NOTE: If you're running Plone 2.1 or later, this should not be necessary, use the switch in zope.conf instead.
For additional information about this project, please visit the overview page .
Available downloads
Change log
Version 0.6:
- This version is compatible only with Zope 2.7. Zope's security machinery changed enough that compatibility with earlier versions of Zope is too difficult to maintain.
- VerboseSecurity no longer requires the Python security implementation to show what permission was required. It is now possible to monkey-patch the C code!
- It is now possible to disable verbose security with an environment variable. See __init__.py.
Version 0.5:
- VerboseSecurity no longer tries to display every Unauthorized error message. There were too many false positives.
Version 0.4:
- Removed the DTML debugging module. Since ZPT is better than DTML and Zope 2.6 produces nice, informative ZPT tracebacks, the DTML debugger isn't needed anymore.
Version 0.3:
- Updated for Zope 2.4.x. (No longer works with previous versions.)
Version 0.2.1:
- Removed code that tried to add debugging information after the DTML had been parsed. It was too eager, interfered with dtml-sendmail, and is no longer necessary.


