TAL Hotfix 2004-07-13 for Zope 2.7.0, 2.7.1
This hotfix product fixes a security bug in Page Templates. This fix ensures that values substituted in named slots in translated elements are properly encoded. If encoding is not desired and the source of the replacement text is trusted, the "structure" modifier can be used with the tal:content or tal:replace attribute to explicitly disable encoding. Affected Versions This fix applies to Zope 2.7.0 and 2.7.1. Zope versions 2.7.2 and newer already contain this fix, and do not require this hotfix. Getting the Hotfix You can download the hotfix at: http://zope.org/Products/Zope/Hotfix_2004-07-13/Zope%202.7.0%20-%202.7.1/ The product contains a README.txt file with installation instructions. -Fred -- Fred L. Drake, Jr. <fred at zope.com> Zope Corporation
I installed the hotfix on my Zope 2.7.1 install (platform: win32), and am now getting errors in some pages using METAL. It's a METALError, with the following message: macro 'root/admin/macros/macros/page' has incompatible version '1.4', at line 5, column 1 The pages referencing this macro worked just fine before the hotfix. Any ideas as to what's going on? or how to fix it? TIA, -Michael
On Tuesday 13 July 2004 12:18 pm, Mike Ekstrand wrote:
I installed the hotfix on my Zope 2.7.1 install (platform: win32), and am now getting errors in some pages using METAL.
It's a METALError, with the following message:
macro 'root/admin/macros/macros/page' has incompatible version '1.4', at line 5, column 1
This is surprising. Did you restart Zope or did you somehow add the product to a running Zope process? -Fred -- Fred L. Drake, Jr. <fred at zope.com> Zope Corporation
On Tuesday 13 July 2004 12:02, Fred Drake wrote:
On Tuesday 13 July 2004 12:18 pm, Mike Ekstrand wrote:
macro 'root/admin/macros/macros/page' has incompatible version '1.4', at line 5, column 1
This is surprising. Did you restart Zope or did you somehow add the product to a running Zope process?
I restarted Zope via the Restart button in the Control Panel (have not tried restarting it via Win 2K3 Service Manager). Most of the site does not use any METAL and is working fine. Just the METAL portion is broken. -Michael
On Tue, 13 Jul 2004 12:14:12 -0500, Mike Ekstrand <michael-zope@elehack.net> wrote:
On Tuesday 13 July 2004 12:02, Fred Drake wrote:
On Tuesday 13 July 2004 12:18 pm, Mike Ekstrand wrote:
macro 'root/admin/macros/macros/page' has incompatible version '1.4', at line 5, column 1
This is surprising. Did you restart Zope or did you somehow add the product to a running Zope process?
I restarted Zope via the Restart button in the Control Panel (have not tried restarting it via Win 2K3 Service Manager).
Most of the site does not use any METAL and is working fine. Just the METAL portion is broken.
I get the same for every plone site in my zope installation. Regards, Florian Schulze
participants (3)
-
Florian Schulze -
Fred Drake -
Mike Ekstrand