Re: authentication framework problem

2012-07-25 Thread Lars Huttar
On 7/24/2012 10:05 AM, Lars Huttar wrote: > On 7/24/2012 9:58 AM, Lars Huttar wrote: >> I wonder if "auth" is the same as "CAuth", which I think refers to >> org.apache.cocoon.auth package. [0] >> But I haven't yet found documentation on how to use this package in >> Cocoon 2.1.11; only JavaDoc pag

Re: authentication framework problem

2012-07-24 Thread Lars Huttar
On 7/24/2012 9:58 AM, Lars Huttar wrote: > I wonder if "auth" is the same as "CAuth", which I think refers to > org.apache.cocoon.auth package. [0] > But I haven't yet found documentation on how to use this package in > Cocoon 2.1.11; only JavaDoc pages. The package seems to exist in Cocoon 2.1.11

Re: authentication framework problem

2012-07-24 Thread Lars Huttar
On 7/23/2012 5:27 PM, Lars Huttar wrote: > > > > Another angle: in the deprecation.log, I get > > WARN (2012-07-23) 16:22.48:459 [deprecation] > (/mount/ethnologue-17-pub/dataset/country-header/-/-/source) > catalina-exec-5/Deprecation.LoggerWrapper: The authentication-fw block > is deprecated.

Re: authentication framework problem

2012-07-23 Thread Lars Huttar
On 7/23/2012 12:37 PM, Lars Huttar wrote: > Hi all, > > I'm trying to get authentication working in Cocoon 2.1.11. Everything > that I've been able to examine is working correctly, but instead of > letting certain people in, it just keeps everybody out (and shows the > redirect-to page). > > Here's

authentication framework problem

2012-07-23 Thread Lars Huttar
Hi all, I'm trying to get authentication working in Cocoon 2.1.11. Everything that I've been able to examine is working correctly, but instead of letting certain people in, it just keeps everybody out (and shows the redirect-to page). Here's my handler configuration:

Re: authentication-Framework: Problem on logout with firefox 1.0.1/ie 6

2005-07-12 Thread Andre Juffer
Hi Ralph, I gave you that solution you refer to in your email. The only difference I see between what you have and what I have, is the following. In your sitemap, you have: > > > > > > > > > > > > > However, I have in my

authentication-Framework: Problem on logout with firefox 1.0.1/ie 6

2005-07-12 Thread Ralph Lange
Dear Cocoon Users, Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.0 We are using the cocoon authentication framework to protect some pipelines from public access. Our prototype setup resembles the examples closely. We implemented the Authenticator-interface to use our own authentication adapter

Re: authentication-Framework: Problem on logout with firefox 1.0.1/ie 6

2005-06-03 Thread Andre Juffer
Ralph, You may have to explicitly destroy the session upon logging out. I experienced that a similar problem and it did work for me. . ... Andre. Ralph Lange wrote: Dear Cocoon Users, Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.0 We are using the cocoon authenticati

authentication-Framework: Problem on logout with firefox 1.0.1/ie 6

2005-06-03 Thread Ralph Lange
Dear Cocoon Users, Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.0 We are using the cocoon authentication framework to protect some pipelines from public access. Our prototype setup resembles the examples closely. We implemented the Authenticator-interface to use our own authentication adapter

Re: Getting additional user's information from session object (authentication framework problem)

2004-05-16 Thread Jan Hoskens
Subject: Getting additional user's information from session object (authentication framework problem) Hi I'd like to keep in session some additional information about users. My sunrise-user.xml file looks like this:   *sunrise_user.xml **

Getting additional user's information from session object (authentication framework problem)

2004-05-16 Thread Mariusz Wojcik
Hi I'd like to keep in session some additional information about users. My sunrise-user.xml file looks like this:   *sunrise_user.xml ** cocoon   cocoon   cocoon   hello12   **   I

Re: Authentication framework problem

2004-01-21 Thread Stefan Klein
Hi Nesto, not a complete answer, but some pointers that might help you: > 1) writing a simple action that checks the user parameters > (username/password) provided through a web form, with those stored in > the database. Here the problem, for me, is to write java code that > reuse the connection

Re[2]: Authentication framework problem

2004-01-19 Thread Jens Maukisch
Hi, > If I want to replace the static xml document with an XSP that > loads the same data from a database, what I have to load? > 1) Do I have to select all the users of the portal everytime? > (NO, I hope! What if I have 1000 or more users???) You have just to select the user who wants to log in

Re:AW: Authentication framework problem

2004-01-19 Thread [EMAIL PROTECTED]
Thank you Jens, but I have some doubts about this pipeline >From : "Jens Maukisch" [EMAIL PROTECTED] > > 2) customize the authentication resource, to use the existing > authentication framework. But Where > can I add the custom code that queries > my database? Do I Have to change only the Aut

AW: Authentication framework problem

2004-01-19 Thread Jens Maukisch
Hi, > 2) customize the authentication resource, to use the existing authentication framework. But Where > can I add the custom code that queries my database? Do I Have to change only the AuthAction class? This should help you: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105289531706378&w=2

Authentication framework problem

2004-01-19 Thread [EMAIL PROTECTED]
Hi all! I have a problem with the authentication framework. I have the user information (in this case username/password and other info) in a remote MySQL database, for which I have already set a connection pool in Cocoon (2.1.3). I have two ways for doing such user authentication: 1) writing a s

Re: Authentication framework problem

2004-01-19 Thread Nicolas Toper
I'd advise solution 2. Look in the documentation for DB handling. Basically, you could use the SQL transformer. This is quite easy do'nt worry )= Le Lundi 19 Janvier 2004 12:15, [EMAIL PROTECTED] a écrit : > Hi all! > I have a problem with the authentication framework. > > I have the user informat

Authentication framework problem

2004-01-19 Thread [EMAIL PROTECTED]
Hi all! I have a problem with the authentication framework. I have the user information (in this case username/password and other info) in a remote MySQL database, for which I have already set a connection pool in Cocoon (2.1.3). I have two ways for doing such user authentication: 1) writing a s