On 3/24/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > Jorge Godoy <[EMAIL PROTECTED]> writes: > > > This bug also looks related to SQLObject. The one that JP has been > > describing > > and that SQLObject 1653 solved for him might be something related to that. > > I > > went back to this version and it stopped happening.
Hmm... Which platform are you on? Are there any reproduceable steps or a minimal project you can send me that shows the problem? On my Mac, I don't see any kind of locking up like that. ================================================================================ > Traceback (most recent call last): > File > "/usr/lib/python2.4/site-packages/CherryPy-2.2.0rc1-py2.4.egg/cherrypy/filters/decodingfilter.py", > line 31, in before_main > self.decode(enc) > File > "/usr/lib/python2.4/site-packages/CherryPy-2.2.0rc1-py2.4.egg/cherrypy/filters/decodingfilter.py", > line 50, in decode > decodedParams[key] = value.decode(enc) > AttributeError: 'dict' object has no attribute 'decode' > ================================================================================ So the question becomes, how did a dictionary get in as one of the parameters? I would've assumed that this filter would run before any of our decorator code. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
