Hi Derek, see: http://cocoon.apache.org/2.1/developing/webapps/authentication.html#Multiple%2Bprotected%2Bdocuments
Best Regards, Maik On Wednesday 14 July 2004 08:26, Derek Hohls wrote: > I know its possible to protect a document > by checking for a valid login... > > <map:match pattern="protected"> > <map:act type="auth-protect"> > <map:parameter name="handler" value="demohandler"/> > <map:generate src="docs/protected.xml"/> > <map:transform src="stylesheets/simple-page2html.xsl"/> > <map:serialize/> > </map:act> > <!-- something was wrong, redirect to login page --> > <map:redirect-to uri="login"/> > </map:match> > > But is it possible to protect an entire pipeline in > the same way... and how can one handle redirects in > this instance (assuming its the same for the whole pipeline)? > > Thanks > Derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
