25 Jul
2002
25 Jul
'02
11:17 a.m.
Roché Compaan wrote:
I am confident that there is no "redirect" in my code.
Is there a place in ZPublisher's HTTPResponse.py where I can add some logging code as a way to track this down?
Hmmm... have a hunt for the redirect method of the HTTPResponse class in that file. Add somethign which prints out the stack trace (--> python's traceback module) and see where it's being called... cheers, Chris