[ZCM] [ZC] 802/ 2 Resolve "Post-traversal hook"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Thu May 13 13:16:20 EDT 2004
Issue #802 Update (Resolve) "Post-traversal hook"
Status Resolved, Zope/feature+solution low
To followup, visit:
http://zope.org/Collectors/Zope/802
==============================================================
= Resolve - Entry #2 by ajung on May 13, 2004 1:16 pm
Status: Pending => Resolved
I think this problem is resolved by Christian Theunis
post-traversal hook implementation (I think it's on the
HEAD).
________________________________________
= Request - Entry #1 by evan on Feb 10, 2003 11:21 am
Uploaded: "p"
- http://zope.org/Collectors/Zope/802/p/view
Access Rules allow for a certain amount of pre-processing of requests, but fall short when you want to utilize authentication information or the full context of the published object. The attached patch provides a post_traverse() method that can be used during publishing traversal. It allows an Access Rule (or similar) to register a callable object and arguments. Registered objects are called in the order in which they were registered just before traverse() completes.
==============================================================
More information about the Zope-Collector-Monitor
mailing list