[gantry] r1484 committed - Fixed a bug where CGI instances using AuthCookie could not be displaye...

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 18, 2011, 4:10:18 PM2/18/11
to gan...@googlegroups.com
Revision: 1484
Author: num...@gmail.com
Date: Fri Feb 18 13:07:05 2011
Log: Fixed a bug where CGI instances using AuthCookie could not be
displayed due to Gantry::Engine::CGI returning nothing for the method
apache_request.
http://code.google.com/p/gantry/source/detail?r=1484

Modified:
/trunk/lib/Gantry/Plugins/AuthCookie.pm

=======================================
--- /trunk/lib/Gantry/Plugins/AuthCookie.pm Thu Feb 17 12:43:55 2011
+++ /trunk/lib/Gantry/Plugins/AuthCookie.pm Fri Feb 18 13:07:05 2011
@@ -204,7 +204,7 @@
my $crypt = Gantry::Utils::Crypt->new(
{ 'secret' => $gobj->auth_secret() }
);
-
+
$uri =~ s/^$loc//;
$goto = $uri || '/';

Reply all
Reply to author
Forward
0 new messages