OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Feb-2003 09:24:49
Branch: HEAD Handle: 2003022608244900
Modified files:
openpkg-src/perl-apache Apache-AuthCookie.patch
Log:
finally fixed (only bumped release in prior commit)
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-src/perl-apache/Apache-AuthCookie.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/Apache-AuthCookie.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 Apache-AuthCookie.patch
--- openpkg-src/perl-apache/Apache-AuthCookie.patch 31 Jan 2003 09:56:29 -0000
1.1
+++ openpkg-src/perl-apache/Apache-AuthCookie.patch 26 Feb 2003 08:24:49 -0000
1.2
@@ -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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]