Cliff Rayman writes:
> the exit is broken in some contexts.
> if this is part of a subroutine or called from an execute that may be the
> problem.
Hmm, in my case there is no execute for sub envolved. I'm using
[-
use Apache;
use Apache::Constants qw(REDIRECT);
$r = Apache->request;
$r->err_header_out("Location" => "/x.html");
$r->status(REDIRECT);
Apache::exit();
-]
> this is going to be fixed in the next release
what kind of release do you mean?
Dirk
- Re: Chaining and redirection Cliff Rayman
- Re: Chaining and redirection Dirk Lutzebaeck
- Re: Chaining and redirection Cliff Rayman
- Re: Chaining and redirection Dirk Lutzebaeck
- Re: Chaining and redirection Cliff Rayman
- RE: Chaining and redirection Gerald Richter
- RE: Chaining and redirection Dirk Lutzebaeck
- RE: Chaining and redirection Gerald Richter
- RE: Chaining and redirection Dirk Lutzebaeck
- relative redirect (was RE: Chaining and redir... David Harris
- Re: relative redirect (was RE: Chaining a... Dirk Lutzebaeck
- Re: relative redirect (was RE: Chaining a... Doug MacEachern
- RE: Chaining and redirection Gerald Richter
