thanks..what i wanted to know was, how do i put a filter/authenticator between Turbine and the final jsp pages. raghu
-----Original Message----- From: Kurt Schrader [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 7:29 PM To: Turbine Users List Subject: Re: Controller page implementation Turbine is a controller servlet. -Kurt On Fri, 10 May 2002, raghuram wrote: > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
