On 1/2/06, Jeremy Jones <[EMAIL PROTECTED]> wrote: > > I've got a method which does cherrypy.HTTPRedirect() based on a > parameter which is passed in. I'm getting it mostly redirecting to > where I tell it to go, but occasionally, it'll redirect to "/". Anybody > else seeing this? I couldn't find anything about this on CherryPy's > site. I'll probably post this there as well.
Is your redirect using turbogears.url? It's conceivable that there's a bug in there, but I have a hard time imagining cherrypy doing mangling with the URL you tell it to redirect to. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

