Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
> 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... Oops, must be -1 instead of DECLINED (and not 403!) Gerald > > How is exactly the "file not found" message in the error log? Could

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
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 -

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
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

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
Robert, 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. Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Web

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
The reload problem manifests itself even with this minimal PerlTransHandler. I'd think if it just returns DECLINED, default Apache handler does the right thing, but apparently it doesn't. I don't understand why and today's the deadline. Any help, please? - Robert handler === package NetBoo

PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
I'm using custom PerlTransHandler and while with Embperl it worked OK, with EmbperlObject it does funny things. When I comment PerlTransHandler out, it works again, but in my test case the handler just returns DECLINED. The exact problem is this: after server restart, first time I load the URL I g