Hi, >I'm running into a small problem here : I need to interface with a >bank online payment server that sends a POST request with arguments >containing hyphens (like 'my-arg'). Apparently the querystring cannot >be parsed because of those hyphens, I guess it's related to cherrypy >filters or something... > > Yeah, that's NestedVariablesFilter doing that. Your options are to not use hyphens (probably the best bet) or to manually set _cp_filters on your controller, so it doesn't include NestedVariablesFilter.
Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

