[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt
Merge 26768 from trunk.
Fred L. Drake, Jr.
fred at zope.com
Mon Jul 26 16:47:17 EDT 2004
Log message for revision 26770:
Merge 26768 from trunk.
add a note about z.a.pagetemplate using different engines to implement
trusted and untrusted evaluation environments
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt 2004-07-26 20:07:11 UTC (rev 26769)
+++ Zope3/branches/ZopeX3-3.0/src/zope/pagetemplate/architecture.txt 2004-07-26 20:47:17 UTC (rev 26770)
@@ -12,6 +12,9 @@
for creating expression execution contexts. It is common for
applications to override expression engines to provide custom
expression support or to change the way expressions are implemented.
+ The `zope.app.pagetemplate` package uses this to implement trusted
+ and untrusted evaluation; a different engine is used for each, with
+ different implementations of the same type of expressions.
Expression contexts support execution of expressions and provide
APIs for setting up variable scopes and setting variables. The
More information about the Zope3-Checkins
mailing list