On Wed, 28 Jan 2004, Geoffrey Young wrote:
> so, the Location header really needs to special treatment to be included in
> redirect responses, which is typically why you put things in err_headers_out.
Well, the report I got on it was that setting it in headers_out rather
than err_headers_out caus
>- login(): set Location header with err_headers_out rather than headers_out
> (Casey West)
I find this curious. both apache 1.3 and 2.0 have the following logic (in
http_protocol.c):
const char *location = apr_table_get(r->headers_out, "Location");
...
/*
* It's poss
On Tue, 27 Jan 2004, Stas Bekman wrote:
> So should it be added to:
> http://perl.apache.org/products/apache-modules.html#Ported_3rd_party_Modules
Yes Stas. Please add it to the list.
Thanks!
Regards,
Michael Schout
GKG.NET, Inc.
--
Hal 9000 - "Put down those Windows disks Dave Dave? DA
Michael Schout wrote:
The file
Apache-AuthCookie-3.05.tar.gz
[...]
- rewrote tests to use Apache::Test framework from CPAN.
- fix POD errors in authorize() documentation.
- initial support for mod_perl version 2
- mp2: check for Apache::RequestRec arg so that unported subclasses
The file
Apache-AuthCookie-3.05.tar.gz
has entered CPAN as
file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.05.tar.gz
size: 31025 bytes
md5: 4288575a1eedb52b2fb774324cd63ec8
Changes:
Version: 3.05
- Fix POD documentation bug (thanks Steve van der Burg)
- login(): set Loc