[Jifty-commit] r4555 - in Net-Jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Nov 28 16:42:15 EST 2007


Author: sterling
Date: Wed Nov 28 16:42:15 2007
New Revision: 4555

Modified:
   Net-Jifty/   (props changed)
   Net-Jifty/lib/Net/Jifty.pm

Log:
 r14259 at riddle:  andrew | 2007-11-28 15:38:49 -0600
 Make POST, PUT, and DELETE requests redirectable since redirects are made on success.


Modified: Net-Jifty/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/lib/Net/Jifty.pm	Wed Nov 28 16:42:15 2007
@@ -105,6 +105,7 @@
         my $ua = LWP::UserAgent->new;
         
         $ua->cookie_jar({});
+        push @{ $ua->requests_redirectable }, qw( POST PUT DELETE );
 
         # Load the user's proxy settings from %ENV
         $ua->env_proxy;


More information about the Jifty-commit mailing list