earlyInitPlugin is never called in the Cairo code. I think this is an oversight, and propose to change the code to call it and disable the plugin if it returns false.
--
CrawfordCurrie - 29 Mar 2005
Agreed.
It will simplify some functions where the plugin need have nothing to do with actually rendering but does need to set up the environment. If
SessionPlugin were striped to its bare essentials it would be like that.
This also opens the door to some posibilities for more advanced access control .... hmmmmmmm ...
--
AntonAylward - 29 Mar 2005
OK, I called it, but to maintain compatibility with
SessionPlugin I made it return undef or an error string.
--
CrawfordCurrie - 30 Mar 2005