Object Handlers internal_redirect

2003-01-23 Thread Richard Clarke
I am using an object transhandler like so, PerlTransHandlerUtil::Tour::Translate-handler I then have a content handler like so, Location /banner SetHandlerperl-script PerlHandler Util::Tour::Banner /Location My content handler is used to select an image

Re: Object Handlers internal_redirect

2003-01-23 Thread Geoffrey Young
So I converted Util::Tour::Translate's handler into a regular non object handler and everythings works fine. I would rather use object handlers but this doesn't seem possible if a content handler is performing an internal_redirect which might invoke that handler. this has been reported before