Commit d770da04 authored by Andreas Jung's avatar Andreas Jung

- LP #491224: proper escaping of rendered error message

parent 97e298e6
...@@ -11,6 +11,8 @@ Zope 2.12.3 (unreleased) ...@@ -11,6 +11,8 @@ Zope 2.12.3 (unreleased)
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #491224: proper escaping of rendered error message
- LP #246983: Enabled unicode conflict resolution on variables inside "string:" - LP #246983: Enabled unicode conflict resolution on variables inside "string:"
expressions in TALES. expressions in TALES.
......
...@@ -51,6 +51,7 @@ from DocumentTemplate.ustr import ustr ...@@ -51,6 +51,7 @@ from DocumentTemplate.ustr import ustr
from ExtensionClass import Base from ExtensionClass import Base
from Persistence import Persistent from Persistence import Persistent
from webdav.Resource import Resource from webdav.Resource import Resource
from webdav.xmltools import escape as xml_escape
from zExceptions import Redirect from zExceptions import Redirect
from zExceptions import upgradeException from zExceptions import upgradeException
from zExceptions.ExceptionFormatter import format_exception from zExceptions.ExceptionFormatter import format_exception
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment