This is kinda pointless as this is exactly what the Turbine servlet does already. You should implement a session validator to carry out generic security.
> -----Original Message----- > From: raghuram [mailto:[EMAIL PROTECTED]] > Sent: 10 May 2002 14:00 > To: [EMAIL PROTECTED] > Subject: Controller page implementation > > > Hi, > > I want to have a controller servlet or jsp which should be the point of > entry for my application. This page does generic authentication and then > transfers control to the requested URL > > eg.. when the user wants to view xyz.jsp the request should > first come > to controller.jsp which does some operations and forwards the request to > xyz.jsp > > Is there a way to do it in Turbine. I was wondering if there > were any > properties that we need to set which would ensure that the > Turbine servlet > transfers control to controller.jsp always. > > Thanks > raghu > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
