Menu

#43 sendRedirectAndEnd passes self instead of url

closed
nobody
WebKit (45)
5
2003-01-08
2002-12-31
Anonymous
No

The sendRedirectAndEnd method in Page.py calls:

self.response().sendRedirect(self)

instead of:

self.response().sendRedirect(url)

Discussion

  • Nobody/Anonymous

     
  • Ian Bicking

    Ian Bicking - 2003-01-08
    • status: open --> closed
     

Log in to post a comment.