Re: Authentication framework sample and Mozilla...

2003-04-04 Thread Olivier Billard
> > > > > > > > > > > > > > > > .. > > Hope we could find out the problem or solution. > > brdgs, > j.w &g

Re: Authentication framework sample and Mozilla...

2003-04-03 Thread jin wu
.. Hope we could find out the problem or solution. brdgs, j.w From: "Olivier Billard" <[EMAIL PROTECTED]> Reply-To: "Olivier Billard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, "Olivier Billard" &l

Re: Authentication framework sample and Mozilla...

2003-04-02 Thread Olivier Billard
Even if the cache is set to 0 Ko ! This case doesn't appened in Netscape with the same configuration... But I suppose other protected pages not in memory cache will send the user to the login page... But would it be better (if not done, but in this case I don't understand) to set expiration date t

Re: authentication framework

2003-03-13 Thread Ferenc Kiraly
Carsten Ziegeler wrote: Ferenc Kiraly wrote: Carsten Ziegeler wrote: The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered

RE: authentication framework

2003-03-13 Thread Carsten Ziegeler
Ferenc Kiraly wrote: > > Carsten Ziegeler wrote: > > The docs are a little bit out of date :) > > So, actually it's not possible to *directly* use a class. > > The only solution right now, is to write a custom > > generator (= class) and put this in a sitemap pipeline > > which is then triggered

Re: authentication framework

2003-03-13 Thread Ferenc Kiraly
Carsten Ziegeler wrote: The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered by the authentication framework. What a shame :

RE: authentication framework

2003-03-13 Thread Carsten Ziegeler
The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered by the authentication framework. HTH Carsten > -Original Message-

RE: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-21 Thread Hugo Burm
PROTECTED] Subject: Re: Authentication framework (sunshine in 2.0.3) and modular database actions hi, ...sorry, no answer to your question! i'm having a similar problem, but i'm still stuck at a lower level. i want to use the result ID of an authentication by the sunrise framework

Re: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-18 Thread Ralph Rauscher
hi, ...sorry, no answer to your question! i'm having a similar problem, but i'm still stuck at a lower level. i want to use the result ID of an authentication by the sunrise framework for a database query, using xsp. you said you've found a way to access the ID using org.apache.cocoon.webapps.ses

Re: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-17 Thread Antonio Gallardo Rivera
Nice question! Its very hairy! :) I resolved it using this sitemap:

RE: authentication framework and bea weblogic

2002-08-20 Thread Carsten Ziegeler
This error is caused by an older parser in your classpath - you have to make BEA use the Xerces version shipped with Cocoon. Carsten Carsten Ziegeler Chief Architect Open Source Group, S&N AG -- Cocoon Consultin

RE: Authentication Framework

2002-07-09 Thread Carsten Ziegeler
Stephan Michels wrote: > > On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote: > > > Hello Carsten, > > > > thanks again for your patch for the Authentication Framework. > > I tried it out and now can access my error messages with the > > temp session context. > > On the other side - with the new

Re: Authentication Framework

2002-07-09 Thread Stephan Michels
On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote: > Hello Carsten, > > thanks again for your patch for the Authentication Framework. > I tried it out and now can access my error messages with the > temp session context. > On the other side - with the new LoginAction.java I was not able to lo

Antwort: RE: Authentication Framework

2002-07-04 Thread michael_hampel
In my example I redirect back to the login page with the login form and want to display an error message there. If I understand you right, then I would - instead of doing a redirect - generate the login page again - if login fails - and would then have access to the temporary session conte

RE: Authentication Framework

2002-07-04 Thread Carsten Ziegeler
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 11:21 AM > To: [EMAIL PROTECTED] > Subject: Antwort: RE: Authentication Framework > > > Could a possible solution be to create a "Authent

Antwort: RE: Authentication Framework

2002-07-04 Thread michael_hampel
Could a possible solution be to create a "Authentication Error" session context, which stores the Error xml and so can then be accessed? miHam - Please check that your question has not already been answered in the FAQ befo

RE: Authentication Framework

2002-07-04 Thread Carsten Ziegeler
Michael Hampel wrote: > > I am trying out the authentication framework with Cocoon 2.1 dev. > Everything runs fine so far - I only have one problem: > > If the login fails due to a wrong username I want to redirect > the user to > the login page displaying an error message why the login failed