On 3/24/06, Michele Cella <[EMAIL PROTECTED]> wrote: > Yes, I think the problem is the NestedVariablesFilter kicking in before > the decoding filter, maybe we need to use something with a lower > priority then before_main? or simply shift it's position on the list of > filter being applied in startup.py?
The mystery here is that the code in cherrypy.filters.__init__ seems to clearly state that CP's filters (for input) are run *before* filters found in _cp_filter_list. My initial attempt at making this fail in a test case didn't work, which is why I asked for Jorge's code. I'll take a look at that on Monday. 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 -~----------~----~----~----~------~----~------~--~---
