[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.512
   
    Martijn Pieters
     
    mj@zope.com
       
    Thu, 1 Aug 2002 14:18:54 -0400
    
    
  
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv779/doc
Modified Files:
	CHANGES.txt 
Log Message:
Allow switching tainting off. AT YOUR OWN RISK, you can now set
ZOPE_DTML_REQUEST_AUTOQUOTE to one of 'no', '0', or 'disabled' and no 
tainting will take place.
=== Zope/doc/CHANGES.txt 1.511 => 1.512 ===
       - <dtml-var name> and &dtml.-name; will now automatically HTML-quote
         unsafe data taken implictly from the REQUEST object. Data taken
         explicitly from the REQUEST object is not affected, as well as any
-        other data not originating from REQUEST.
-    
+        other data not originating from REQUEST. This can be disabled (at
+        your own risk!) by setting the environment variable
+        ZOPE_DTML_REQUEST_AUTOQUOTE to one of 'no', '0', or 'disabled'.
+
       - ZCatalog index management ui is now integrated into ZCatalog rather
         than being a subobject managment screen with different tabs.