Patches item #660508, was opened at 2002-12-31 12:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=660508&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sendRedirectAndEnd passes self instead of url

Initial Comment:
The sendRedirectAndEnd method in Page.py calls:

self.response().sendRedirect(self)

instead of:

self.response().sendRedirect(url)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=660508&group_id=4866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to