[Zope] Unexpected 302 in HTTP Header

Chris Withers chrisw@nipltd.com
Thu, 25 Jul 2002 12:17:50 +0100


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