Update test to work with XSS fix.

This commit is contained in:
Colin Kuskie 2008-10-07 21:30:27 +00:00
parent 3fcdee6094
commit 334ce4791f
2 changed files with 12 additions and 5 deletions

View file

@ -501,7 +501,8 @@ Sets the necessary information in the HTTP header to redirect to another URL.
=head3 url
The URL to redirect to.
The URL to redirect to. To prevent infinite loops, no redirect will be set if
url is the same as the current page, as found through $session->url->page.
=head3 type