Kevin Dangoor wrote:
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.
Actually, I started using turbogears.url, but changed when I noticed
some inconsistency and I haven't changed back.
- jmj