Sat Jan 21 18:01:11 2006tibbetts [...] mit.edu - Ticket created
Subject:
Using a URL with arguments in Jifty::Action::Redirect causes bad url
Date:
Sat, 21 Jan 2006 18:00:20 -0500
To:
bug-jifty [...] rt.cpan.org
From:
Richard Tibbetts <tibbetts [...] mit.edu>
tibbetts: If I use Jifty->web->form->next_page(url => "foo?arg=value")
then the right thing doesn't happen if another partt of jifty wants
to add another GET argument. Is there a recommended way around this?
tibbetts: ie, I end up getting redirected to foo?arg=value?J=garbage
obra: that's a bug. file it
Thu Jun 05 20:31:04 2008RUZ [...] cpan.org - Severity Normal added
Fri Dec 10 11:22:01 2010tsibley [...] cpan.org - Correspondence added
The recommended way to do this now is by passing a
Jifty::Web::Form::Clickable object instead. If you pass URL with
parameters in, Jifty will carp at you.
Thomas
Fri Dec 10 11:22:02 2010The RT System itself - Status changed from 'new' to 'open'
Fri Dec 10 11:22:03 2010tsibley [...] cpan.org - Status changed from 'open' to 'resolved'