On 7/13/01 1:43 PM, "Mike Haberman" <[EMAIL PROTECTED]> wrote: > > I'm curious why we get the sessionValidator (as well as the > accessController) on each request rather than setting up > the instance during init? Is it not true that they are indeed > constant during the execution? I think You're right, the session validator and access controller need to be executed for every request but they don't need to be loaded every request. With caching on they aren't loaded but they could be loaded just once. These stages of execution will probably become part of the pipeline which we can optimize. > mike > -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
