In the past I had sometimes problems with the symbolic constants. Maybe it
helps to return 403 instead of DECLINED and 0 instead of OK, it's just a
try...

How is exactly the "file not found" message in the error log? Could you cut
and paste it, that helps me to see from where it comes.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

----- Original Message -----
From: "Robert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 7:14 PM
Subject: Re: PerlTransHandler & EmbperlObject problem


> 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]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to