Re: sunrise authentication and request Object

2003-02-19 Thread Martin Dulisch
Lionel, please send also the definition of the handler. Martin - Original Message - From: Lionel Crine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 3:35 PM Subject: sunrise authentication and request Object I'm using sunrise authentication and I need to

Re: sunrise authentication and request Object

2003-02-19 Thread Lionel Crine
Here is the handler : map:action name=sunRise_auth src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction handlers handler name=foo_handler xmlns:map=http://apache.org/cocoon/sitemap/1.0; xmlns:sunshine=http://sunshine.sundn.de/sunshine/1.0; redirect-to

Re: sunrise authentication and request Object

2003-02-19 Thread Martin Dulisch
:10 PM Subject: Re: sunrise authentication and request Object Here is the handler : map:action name=sunRise_auth src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction handlers handler name=foo_handler xmlns:map=http://apache.org/cocoon/sitemap/1.0; xmlns:sunshine

Re: sunrise authentication and request Object

2003-02-19 Thread Lionel Crine
] To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 4:10 PM Subject: Re: sunrise authentication and request Object Here is the handler : map:action name=sunRise_auth src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction handlers handler name=foo_handler

RE: sunrise authentication with a java class

2002-06-03 Thread Bert Van Kets
Hi Brian, At 20:05 2/06/2002 -0400, you wrote: -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Subject: RE: sunrise authentication with a java class If you use the 2.1-dev HEAD branch you need to adjust a LOT of things in the sitemap and the config.xconf

RE: sunrise authentication with a java class

2002-06-02 Thread Brian Topping
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Subject: Re: sunrise authentication with a java class sunrise authenticates against a pipeline. Within that pipeline you can do whatever you want (ie. use your own actions, transformers, etc.) as long

RE: sunrise authentication with a java class

2002-06-02 Thread Bert Van Kets
the portal with two different authentications running in my project. Bert At 10:25 2/06/2002 -0400, you wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Subject: Re: sunrise authentication with a java class sunrise authenticates against a pipeline. Within

RE: sunrise authentication with a java class

2002-06-02 Thread Brian Topping
-Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Subject: RE: sunrise authentication with a java class If you use the 2.1-dev HEAD branch you need to adjust a LOT of things in the sitemap and the config.xconf files. Ruh roh, that's me! This is making me feel

Re: sunrise authentication with a java class

2002-05-31 Thread gcasper
sunrise authenticates against a pipeline. Within that pipeline you can do whatever you want (ie. use your own actions, transformers, etc.) as long as the pipeline delivers the required XML as described at the end of this tutorial:

Re: sunrise authentication with a java class

2002-05-31 Thread Bert Van Kets
If you download a cvs (source) version of 2.0.2 or 2.0.3 you need to build using installscratchpadwar, otherwise the portal and authentication samples won't be included. The code is still in the scratchpad, that's why. In the CVS HEAD version 2.1-dev it's moved to the main branch. HTH, Bert

RE: Sunrise authentication

2002-05-28 Thread Carsten Ziegeler
Hi, what are you exactly trying? Did you build the webapp target and try to run the sample? The CVS from today works for me that way. Or do you try to manually get it working. In that case you have to hand-edit your cocoon.xconf and add the AuthenticationManager component by hand. PS: Please

Re: Sunrise authentication

2002-05-28 Thread Jeroen ter Voorde
Thanks for the quick reply, - Original Message - From: Carsten Ziegeler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 2:07 PM Subject: RE: Sunrise authentication Hi, what are you exactly trying? Did you build the webapp target and try to run the sample

RE: Sunrise authentication

2002-05-28 Thread Carsten Ziegeler
-Original Message- From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: Re: Sunrise authentication I'm trying to adding it manually using this http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunris