Skip Menu |

This queue is for tickets about the Jifty CPAN distribution.

Report information
The Basics
Id: 17204
Status: resolved
Priority: 0/
Queue: Jifty

People
Owner: Nobody in particular
Requestors: tibbetts [...] mit.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
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