[ZCM] [ZC] 202/ 1 Request "sequence.sort in ZPT causes Zope to restart"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Thu, 07 Feb 2002 17:16:00 -0500


Issue #202 Update (Request) "sequence.sort in ZPT causes Zope to restart"
 Status Pending, Zope/bug critical
To followup, visit:
  http://collector.zope.org/Zope/202

==============================================================
= Request - Entry #1 by hg_zen on Feb 7, 2002 5:15 pm

The following code in local_html on a CMF site causes Zope to restart when viewed via index_html:

<span tal:define="raw_items python: sequence.sort(here.contentValues(filter={'Type':( 'File' , 'Link') } ),(( 'Title', 'nocase', ), ), );
items python: auth_filter( raw_items, skip='' );">

It works fine if I directly view local_html.
==============================================================