diff --git a/perl-apache/Apache-AuthCookie.patch b/perl-apache/Apache-AuthCookie.patch index a93576bc6f..e2074fe6af 100644 --- a/perl-apache/Apache-AuthCookie.patch +++ b/perl-apache/Apache-AuthCookie.patch @@ -7,7 +7,7 @@ - $r->subprocess_env('AuthCookieReason', 'no_cookie'); - return $auth_type->login_form; + my $default_destination = $self->default_destination(); -+ args{'destination'} = $default_destination; ++ $args{'destination'} = $default_destination; } # Get the credentials from the data posted by the client