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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Nov 10 17:59:41 EST 2006


Author: alexmv
Date: Fri Nov 10 17:59:40 2006
New Revision: 2128

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

Log:
 r19804 at zoq-fot-pik:  chmrr | 2006-11-10 17:58:43 -0500
  * Fix for when Jifty->web->url is called with query parameters


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Nov 10 17:59:40 2006
@@ -143,7 +143,7 @@
       my $path = $args{path};
       # strip off leading '/' because ->canonical provides one
       $path =~ s{^/}{};
-      $uri->path($path);
+      $uri->path_query($path);
     }
     
     return $uri->canonical->as_string;


More information about the Jifty-commit mailing list