========= Issue 269 ========= http://collector.zope.org/Zope3-dev/269 When you use TALES path expressions in a page template that is security proxied, you get ForbiddenAttribute errors for PathExpr methods. Other kinds of expressions are probably also affected. To see the error, apply the following diff to collector266.txt and run test.py zope.app.zptpage.browser (I'm too lazy to figure out how to demonstrate this problem manually in a web browser):: Index: src/zope/app/zptpage/browser/collector266.txt =================================================================== --- src/zope/app/zptpage/browser/collector266.txt (revision 27388) +++ src/zope/app/zptpage/browser/collector266.txt (working copy) @@ -29,6 +29,7 @@ ... ...
Optional text
...