[Jifty-commit] r3470 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jun 12 19:15:11 EDT 2007


Author: jesse
Date: Tue Jun 12 19:15:10 2007
New Revision: 3470

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Request.pm

Log:
 r58268 at pinglin:  jesse | 2007-06-12 19:15:01 -0400
  * _redirect expects a local path, not a fully formed URL. (This only actually broke internal redirects)


Modified: jifty/trunk/lib/Jifty/Request.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Request.pm	(original)
+++ jifty/trunk/lib/Jifty/Request.pm	Tue Jun 12 19:15:10 2007
@@ -513,7 +513,8 @@
     );
 
     # Set us up with the new continuation
-    Jifty->web->_redirect( Jifty->web->url(path => $path)
+    Jifty->web->_redirect( 
+                        $path
                       . ( $path =~ /\?/ ? "&" : "?" ) . "J:C="
                       . $c->id );
 }


More information about the Jifty-commit mailing list