I am trying an internal_redirect from a POST with Mason and Apache just
hangs:

$r->method('GET');
$r->method_number(M_GET);
$r->headers_in->unset('Content-length');
$r->internal_redirect_handler("/wronglogin.md");
$m->abort(302);

However when I try an internal_redirect from a GET it works but HTTP
headers are sent twice (at least) and get printed in the HTML page.

Any idea what's going on?

TIA

-- 
Louis-David Mitterrand - [EMAIL PROTECTED] - http://www.apartia.com
Debian-Linux consulting: http://www.apartia.fr

 "There are two major products that come out of Berkeley: LSD and UNIX.
    We don't believe this to be a coincidence." - Jeremy S. Anderson

Reply via email to