[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/Scripts/dtml - scriptTry.dtml:1.2

Tres Seaver tseaver at zope.com
Thu Jan 15 17:57:22 EST 2004


Update of /cvs-repository/Zope/lib/python/Shared/DC/Scripts/dtml
In directory cvs.zope.org:/tmp/cvs-serv22329/dtml

Modified Files:
	scriptTry.dtml 
Log Message:


  - Bindings.py:  verify access to 'context' and 'container' names before
    returning (merged from 2.6 / 2.7 audit).

  - dtml/scriptTry.dtml:  CGI escapes (merged from 2.6 / 2.7 audit).


=== Zope/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml 1.1 => 1.2 ===
--- Zope/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml:1.1	Tue Jan  9 16:48:47 2001
+++ Zope/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml	Thu Jan 15 17:57:21 2004
@@ -32,7 +32,7 @@
   </td>
 </tr>
 <dtml-else>
-  <dtml-raise type="Redirect">&dtml-URL1;</dtml-raise>
+  <dtml-raise type="Redirect"><dtml-var URL1></dtml-raise>
 </dtml-in>
 
 <tr>




More information about the Zope-Checkins mailing list