[ZCM] [ZC] 1938/ 2 Comment "bug in collector #777 patch"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Nov 3 04:32:48 EST 2005


Issue #1938 Update (Comment) "bug in collector #777 patch"
 Status Pending, Zope/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1938

==============================================================
= Comment - Entry #2 by suvit on Nov 3, 2005 4:32 am


Uploaded:  "diff"
 - http://www.zope.org/Collectors/Zope/1938/diff/view
the solution is make a str(k).lower() instead of k.lower().

upload a patch

________________________________________
= Request - Entry #1 by suvit on Nov 3, 2005 2:53 am

bug in HTTPRequest._filterPasswordFields function

when key is not string type, k has not attribute 'lower', 

for example key is tuple instance.

the bug appears when do str(REQUEST) and REQUEST.form or REQUEST.other has keys of types not equals to string.
==============================================================



More information about the Zope-Collector-Monitor mailing list