[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #491224: proper escaping of rendered error message

Andreas Jung andreas at andreas-jung.com
Mon Jan 11 10:25:25 EST 2010


Log message for revision 108011:
  - LP #491224: proper escaping of rendered error message
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/src/OFS/SimpleItem.py

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2010-01-11 15:24:35 UTC (rev 108010)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-01-11 15:25:24 UTC (rev 108011)
@@ -11,6 +11,8 @@
 Bugs Fixed
 ++++++++++
 
+- LP #491224: proper escaping of rendered error message
+
 - LP #246983: Enabled unicode conflict resolution on variables inside "string:"
   expressions in TALES.
 

Modified: Zope/branches/2.12/src/OFS/SimpleItem.py
===================================================================
--- Zope/branches/2.12/src/OFS/SimpleItem.py	2010-01-11 15:24:35 UTC (rev 108010)
+++ Zope/branches/2.12/src/OFS/SimpleItem.py	2010-01-11 15:25:24 UTC (rev 108011)
@@ -51,6 +51,7 @@
 from ExtensionClass import Base
 from Persistence import Persistent
 from webdav.Resource import Resource
+from webdav.xmltools import escape as xml_escape
 from zExceptions import Redirect
 from zExceptions import upgradeException
 from zExceptions.ExceptionFormatter import format_exception



More information about the Zope-Checkins mailing list