Re: auth problem

2003-01-29 Thread Olivier GUCKERT
Carsten Ziegeler a écrit : > This is of course because of your redirect statement. Usually, if your > login-page is called it gets a request parameter named "resource" > that contains the protected resource. > So, you have to take care that you pass this parameter (e.g. via a > hidden input fiel

RE: auth problem

2003-01-28 Thread Carsten Ziegeler
> -Original Message- > From: Olivier GUCKERT [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 5:22 PM > To: Cocoon-user > Subject: Re: auth problem > > > > > Martin Dulisch a écrit : > > > > Hi Olivier, > > > > protectio

Re: auth problem

2003-01-28 Thread Olivier GUCKERT
Martin Dulisch a écrit : > > Hi Olivier, > > protection works over the 'auth-protect' action. You can use it in any > pipeline. So you dont need a redirect to protect other pages. > > Martin Ok Martin and thanks But, if i write :

Re: auth problem

2003-01-28 Thread Martin Dulisch
ECTED]> Sent: Tuesday, January 28, 2003 2:46 PM Subject: auth problem Hello I'd like to use the authentication actions, but have some trouble with the redirect-to : In my sitemap, i wrote : and it works fine. But it's good just for protect the page annu2.xml. How can i p

auth problem

2003-01-28 Thread Olivier GUCKERT
Hello I'd like to use the authentication actions, but have some trouble with the redirect-to : In my sitemap, i wrote : and it works fine. But it's good just for protect the page annu2.x