Ticket #13773 (confirmed Bug)

Opened 2 years ago

Last modified 2 years ago

Non-ascii character in title of collection which is default view for a folder causes UnicodeDecodeError

Reported by: kleist Owned by:
Priority: major Milestone: 4.x
Component: General Version: 4.3
Keywords: collection Cc:

Description

Plone 4.3.2

Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 48, in call_object
  Module plone.app.content.browser.foldercontents, line 53, in __call__
  Module Products.Five.browser.metaconfigure, line 479, in __call__
  Module Products.Five.browser.pagetemplatefile, line 125, in __call__
  Module Products.Five.browser.pagetemplatefile, line 59, in __call__
  Module zope.pagetemplate.pagetemplate, line 132, in pt_render
  Module zope.pagetemplate.pagetemplate, line 240, in __call__
  Module zope.tal.talinterpreter, line 271, in __call__
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 888, in do_useMacro
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 533, in do_optTag_tal
  Module zope.tal.talinterpreter, line 518, in do_optTag
  Module zope.tal.talinterpreter, line 513, in no_tag
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 852, in do_condition
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 533, in do_optTag_tal
  Module zope.tal.talinterpreter, line 518, in do_optTag
  Module zope.tal.talinterpreter, line 513, in no_tag
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 531, in do_optTag_tal
  Module zope.tal.talinterpreter, line 513, in no_tag
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 742, in do_insertStructure_tal
  Module Products.PageTemplates.Expressions, line 218, in evaluateStructure
  Module zope.tales.tales, line 696, in evaluate
   - URL: main_template
   - Line 34, Column 8
   - Expression: <StringExpr u'plone.htmlhead.links'>
   - Names:
      {'args': (),
       'container': <ATTopic at /cake-and-coffee/Plone/artikel/kaesekuchen/sorted_collection>,
       'context': <ATTopic at /cake-and-coffee/Plone/artikel/kaesekuchen/sorted_collection>,
       'default': <object object at 0x2b80fb760b40>,
       'here': <ATTopic at /cake-and-coffee/Plone/artikel/kaesekuchen/sorted_collection>,
       'loop': {},
       'nothing': None,
       'options': {},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xeaa9e68>,
       'request': <HTTPRequest, URL=http://cake-and-coffee.de/artikel/kaesekuchen/sorted_collection/folder_contents>,
       'root': <Application at >,
       'template': <Products.Five.browser.pagetemplatefile.ViewPageTemplateFile object at 0xc6e2290>,
       'traverse_subpath': [],
       'user': <PloneUser 'kleist'>,
       'view': <Products.Five.metaclass.SimpleViewClass from /home/kleist/buildout/plone/60030/buildout-cache/eggs/plone.app.content-2.1.3-py2.7.egg/plone/app/content/browser/folder_contents.pt object at 0x114d3750>,
       'views': <Products.Five.browser.pagetemplatefile.ViewMapper object at 0x115c8e90>}
  Module zope.contentprovider.tales, line 77, in __call__
  Module zope.viewlet.manager, line 112, in update
  Module zope.viewlet.manager, line 118, in _updateViewlets
  Module plone.app.layout.links.viewlets, line 120, in update
  Module plone.app.layout.links.viewlets, line 94, in getRssLinks
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)

Change History

comment:1 Changed 2 years ago by kleist

  • Status changed from new to confirmed
  • Priority changed from minor to major
  • Component changed from Unknown to General

Are all testers anglo-american?!

Note: See TracTickets for help on using tickets.