On Wednesday 08 February 2006 07:13, Ken Perl wrote: > I see a info in the error.log when I access the uri / and works fine, > [Wed Feb 08 13:22:35 2006] [info] [client 10.0.0.1] Module bug? > Request filename is missing for URI / > > Is the info reported by modperl2? anything wrong?
You have written a translation handler that doesn't set $r->filename and returns OK, right? The info you are seeing is generated by the core-maptostorage handler. You can avoid it either a) by setting $r->filename prior to maptostorage or b) by returning DECLINED from your translation handler and thus letting the core translation handler figure the filename out or c) by inserting a PerlMapToStorage handler that returns OK and thus skipping the core-maptostorage handler. Torsten
pgp09LTccRGBq.pgp
Description: PGP signature