[ZCM] [ZC] 2170/ 3 Reject "ObjectManager unicode id check"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2170 Update (Reject) "ObjectManager unicode id check"
Status Rejected, Zope/bug+solution medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2170
==============================================================
= Reject - Entry #3 by ajung on Jan 13, 2007 10:23 am
Status: Pending => Rejected
No further feedback from originator
________________________________________
= Comment - Entry #2 by shh on Aug 24, 2006 9:17 am
Please verify if you can fix this by setting "default-zpublisher-encoding utf-8" in your etc/zope.conf file.
________________________________________
= Request - Entry #1 by jotraverso on Aug 22, 2006 12:54 pm
at the file Zope/lib/python/OFS/ObjectManager.py, line 73.
Always raise an exception when an Unicode id is supplied.
In my modest opinion te code must be
73> else: raise BadRequest, ('Empty or invalid id specified', id)
==============================================================