Using Registry.. When using text/vnd.wap.wml
$r->status(302) $r->content_type($encoding); $r->header_out('Location' => "..."); and adding, via print, my own empty document (a minimal wml card) apache+modperl persists in adding .. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>302 Found</TITLE> </HEAD><BODY> <H1>Found</H1> The document has moved <A HREF="">here</A>.<P> </BODY></HTML> after the end of my card, which breaks Nokia WAP proxies Who is adding this on, how do I stop it getting added? thanks! -Justin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html