On Sun, Nov 16, 2008 at 8:49 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > >> Thank you very much, Graham. Once I got the right diagnostic tool >> plugged in the right place, the errors (some of them, at least) were >> quickly found. > > And they were? > > Would like to know so that if it is a specific problem with a third > party package, eg Beaker, AuthKit or something, that when it comes up > again have more information that I can use to send people in the right > direction.
The webob Request object decodes input as unicode; I was parsing a redirect url out of the REFERER cgi variable and assigning it to the Location: header, without stringifying first. My own bug, not second hand. David -- [EMAIL PROTECTED] Pitcher's Duel -> pitchersduel.python-hosting.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
