Gerald Richter wrote:
>
> I don't have the time to look at it now, but I think your transhandler
> should return OK, instead of DECLINED, but I am not quite sure.
Eagle book says DECLINED since I don't want to do the actual
translation, I expect the standard handler does it. Anyway, even minimal
translation handler like this doesn't work:
package NetBooking::StripHotelName;
use strict;
use Apache::Constants qw/:common BAD_REQUEST/;
use Apache::Log();
use DBI;
sub handler {
my $r = shift;
$r->filename($r->document_root . $r->uri);
return OK;
}
1;
__END__
I'm going to find some temporary hack for tomorow demo.
- Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]