head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3; locks; strict; comment @# @; 1.3 date 2003.07.22.13.29.53; author rse; state dead; branches; next 1.2; 1.2 date 2003.02.26.08.24.49; author cs; state Exp; branches; next 1.1; 1.1 date 2003.01.31.09.56.29; author cs; state Exp; branches; next ; desc @@ 1.3 log @finally cleanup this package before inclusion into OpenPKG 1.3 @ text @--- Apache-AuthCookie-3.04/AuthCookie.pm.orig Wed Sep 25 18:44:31 2002 +++ Apache-AuthCookie-3.04/AuthCookie.pm Fri Jan 31 10:51:09 2003 @@@@ -71,8 +71,8 @@@@ unless (exists $args{'destination'}) { $r->log_error("No key 'destination' found in form data"); - $r->subprocess_env('AuthCookieReason', 'no_cookie'); - return $auth_type->login_form; + my $default_destination = $self->default_destination(); + $args{'destination'} = $default_destination; } # Get the credentials from the data posted by the client @ 1.2 log @finally fixed (only bumped release in prior commit) @ text @@ 1.1 log @added alternative *brain-dead* behavior in Apache-AuthCookie's login sub-routine. @ text @d10 1 a10 1 + args{'destination'} = $default_destination; @