Re: authentication framework

2014-06-14 Thread Peter Sparkes
7;t get the /authentication framework sample to to work in /Cocoon 2.1.12 I get the following error org.apache.avalon.framework.configuration.ConfigurationException: Type 'auth-loggedIn' is not defined for 'act' atfile:///D:/cocoon-2.1.12-wl/build/webies for notapp/s

Re: authentication framework

2014-05-27 Thread warrell harries
Hi Peter, This is an action that should be declared in the root sitemap. Have you built the war file with the authentication block enabled? Cheers, Warrell On 27 May 2014 14:28, Peter Sparkes wrote: > Hi > > I can't get the * authentication framework sample to to work in *C

authentication framework

2014-05-27 Thread Peter Sparkes
Hi I can't get the /authentication framework sample to to work in /Cocoon 2.1.12 I get the following error org.apache.avalon.framework.configuration.ConfigurationException: Type 'auth-loggedIn' is not defined for 'act' at file:///D:/cocoon-2.1.12-wl/bu

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
fw block > is deprecated. Please use the auth block instead. > > Ah, I say, there is something new to replace the authentication > framework I'm using! > > But in the samples/blocks folder, there is "authentication-fw" but no > "auth" block. Where do I fi

Re: authentication framework problem

2012-07-23 Thread Lars Huttar
g logging: Of course I got loads of output. But nothing like "END isValidAuthenticationFragment valid=". What am I doing wrong? Another angle: in the deprecation.log, I get WARN (2012-07-23) 16:22.48:459 [deprecation] (/mount/ethnologue-17-pub/dataset/country-header/-

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:

Problem in authentication framework when using umlauts

2009-07-07 Thread Ralph Rauscher
Please let me know if this is the right place to post this. There seems to be a problem in Cocoon regarding URL encoding. In this case we're using the authentication framework which internally calls a pipeline to do the authentication which in turn uses a generator we have written. Withi

Re: NTLM with the authentication framework cocoon 2.2

2008-03-04 Thread Reinhard Poetz
rossputin wrote: Hi, has anyone done any work on integrating NTLM support with cocoon-auth in cocoon 2.2. Or does anyone know of any documentation on it? Everything is working great with auth from a DB, but now I need to play with windows integration. IIUC you have to implement your own secu

NTLM with the authentication framework cocoon 2.2

2008-03-03 Thread rossputin
this message in context: http://www.nabble.com/NTLM-with-the-authentication-framework-cocoon-2.2-tp15799782p15799782.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

problem of cocoon's authentication framework used in weblogic 8.1 SP5

2007-04-28 Thread 范志宏
Hey all, I deployed a cocoon application in tomcat 5.0, it can display the content of temporary context. but when I deployed it in weblogic 8.1 SP5,it cannot display the content of temporary context. I use log transformer to view the result of authentication: here's failure message of logi

RE: authentication through http basic and authentication framework

2007-04-11 Thread Ard Schrijvers
> Hello, > > I have application that uses authentication framework and now I'm > needing also http basic authentication to it. Question is, do I need > to implement separate authentication framework for http basic or can > I make authentication framework to someho

authentication through http basic and authentication framework

2007-04-11 Thread Joose Vettenranta
Hello, I have application that uses authentication framework and now I'm needing also http basic authentication to it. Question is, do I need to implement separate authentication framework for http basic or can I make authentication framework to somehow work with 2 different typ

RE: Authentication Framework and database

2007-03-01 Thread J.D. Williams
> right bbelow "Substitution". > > Hope it helps. > > Regards > Armaz > > > -Original Message- > > From: J.D. Williams [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 27, 2007 8:57 PM > > To: users@cocoon.apache.org >

RE: Authentication Framework and database

2007-03-01 Thread J.D. Williams
on.apache.org/2.1/userdocs/sql-transformer.html > right bbelow "Substitution". > > Hope it helps. > > Regards > Armaz > > > -Original Message- > > From: J.D. Williams [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 27, 2007 8:57 P

RE: Authentication Framework and database

2007-03-01 Thread Armaz Mellati
s [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 8:57 PM > To: users@cocoon.apache.org > Subject: Re: Authentication Framework and database > > Thought it might be some whitespace from careless XSL > writing, but I got rid of the superfluous whitespace (I > think

Re: Authentication Framework and database

2007-02-28 Thread J.D. Williams
Well, I still have not gotten it to work, and frankly I am just guessing as to what the problem is. You know, it is quite frustrating to spend several days looking through docs and email archives and see this same problem over and over, yet I find no solution. Several email threads to the list hav

Re: Authentication Framework and database

2007-02-27 Thread J.D. Williams
Thought it might be some whitespace from careless XSL writing, but I got rid of the superfluous whitespace (I think) and still no luck. I could use another set of eyes on this to help me see what I am missing. The login page is the one from the authentication framework sample in 2.1.9 The only

Re: Authentication Framework and database

2007-02-27 Thread J.D. Williams
Nice catch on the ":" instead of "-" Unfortunately, it did not work. Tried your other suggestions, as well, and others, too. Any clue on where I might look or how I might determine where the problem is? Here is the authentication matcher.

Re: Authentication Framework and database

2007-02-27 Thread Tobia
J.D. Williams scrisse: > http://apache.org/cocoon/SQL/2.0";> > > select name from user where name = > '' > > That looks wrong. Try name="request-param:username", with a dash in request-param and without the ${ } construct. If that doesn't work, you will have to pass the param

Re: Authentication Framework and database

2007-02-27 Thread Andre Juffer
J.D. Williams wrote: I have been using the DatabaseAuthenticatorAction, but now need to switch to the Authentication Framework, using a database as the authentication resource. In my authentication resource, the following works: http://apache.org/cocoon/SQL/2.0";> select name f

Authentication Framework and database

2007-02-27 Thread J.D. Williams
I have been using the DatabaseAuthenticatorAction, but now need to switch to the Authentication Framework, using a database as the authentication resource. In my authentication resource, the following works: http://apache.org/cocoon/SQL/2.0";> select name from user where name =

Re: bug in authentication framework or input module: session-context????

2006-01-18 Thread Hans-Peter Maurer
sday, January 18, 2006 9:44 AM Subject: Re: bug in authentication framework or input module: session-context > Hans-Peter Maurer schrieb: > > Hello, > > > discription: (everything is inside of an protected-pipeline of the > > authentication-framework) > > 1. i se

Re: bug in authentication framework or input module: session-context????

2006-01-18 Thread Christoph Hermann
Hans-Peter Maurer schrieb: Hello, > discription: (everything is inside of an protected-pipeline of the > authentication-framework) > 1. i set session fields via setxml-statement (session transformer) > > 2. i checked it by using getxml-statement, result: previous setxml ok

bug in authentication framework or input module: session-context????

2006-01-17 Thread Hans-Peter Maurer
discription: (everything is inside of an protected-pipeline of the authentication-framework) 1. i set session fields via setxml-statement (session transformer) 2. i checked it by using getxml-statement, result: previous setxml ok! 3. after setting session fields i used the session-context input

RE: Betr.: Parameter passing and the authentication framework

2005-10-28 Thread Stewart, Gary
> I think this should be > Doh. Yep; the works a charm. Thanks for that :). Gary * The information contained in this message may be confidential or legally privileged and is intended for the addressee only, If you have rece

Betr.: Parameter passing and the authentication framework

2005-10-27 Thread Peter . Urbanus
"Stewart, Gary" <[EMAIL PROTECTED]> wrote on 27-10-2005 10:44:38: > Hi there, > > I'm having some problems with parameter passing (or expression > matching) and the authentication framework. Basically I have > something that needs to be authenticated but

Parameter passing and the authentication framework

2005-10-27 Thread Stewart, Gary
Hi there, I'm having some problems with parameter passing (or expression matching) and the authentication framework. Basically I have something that needs to be authenticated but also needs the request parameters available to the match so I have something like ..

Authentication Framework - List of authenticated users

2005-09-29 Thread Kai Mütz
Hi, I am developing a cocoon based web application using cocoon authentication framework. I wan't to display a list of all users authenticated to cocoon via authentication framework in an "admin area". Is there a possibility to access a list of all authenticated users with va

Re: Authentication Framework: Separate pipelines required for public versus priv

2005-08-02 Thread Cocoon User
design questions that may cause me to not go this way at all. Thanks! From: Sami Rajala <[EMAIL PROTECTED]> Reply-To: Sami Rajala <[EMAIL PROTECTED]> To: users@cocoon.apache.org Subject: Re: Authentication Framework: Separate pipelines required for public versus private? Date: Thu, 28

Re: Authentication Framework: Separate pipelines required for public versus private?

2005-07-28 Thread Sami Rajala
ng the same pipeline for both is proving > to be problematic. As it stands now, if I was to put an authentication > handler around my pipeline that handles all pages, then all pages that match > to that pipeline will be treated as private. > > I do not know if its possible to use the Coc

Authentication Framework: Separate pipelines required for public versus private?

2005-07-27 Thread Cocoon User
I was to put an authentication handler around my pipeline that handles all pages, then all pages that match to that pipeline will be treated as private. I do not know if its possible to use the Cocoon authentication framework and still have the same pipeline deal with public and private pag

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

2005-07-12 Thread Andre Juffer
Hopes that helps, 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 authentication framework to protect some pipelines from public access. Our prototype setup resembles the examples closely. We implemented the Authenticator-

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

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

2005-06-03 Thread Andre Juffer
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 (DB access, logging, etc.) We experience the following problem when logging in and out with firefox and

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

Re: Authentication framework and user bean

2005-04-15 Thread Martin Rusnak
> > To be a little clearer, > > function authenticate_user() > { > var user = service.authenticateUser(cocoon.request.get("username"), cocoon.request.get("password")); > if(user!=null){cocoon.session.setAttribute("user", user);cocoon.session.setAttribute("loggedIn", "true")} > cocoon.

Re: Authentication framework and user bean

2005-04-14 Thread JD Daniels
le beans and use them in the auth fw. when the login is successful, i just store the bean in the session and use it everywhere. I dont use the xml in the session much except to use the auth fw is_logged_in type stuff. JD Martin Rusnak wrote: Dear all, I use

Re: Authentication framework and user bean

2005-04-14 Thread JD Daniels
user bean every time the HTTP request is performed would unnecessarily take CPU and memory resources. Therefore it would be useful to store user bean in the session insted of XML. Is it possible to do with authentication framework or do I need to implement the authentication myself? Best

Authentication framework and user bean

2005-04-14 Thread Martin Rusnak
Dear all, I use authentication framework with my own Authenticator class derived from org.apache.cocoon.webapps.authentication.components.Authenticator. Authenticatioin framework needs user data to be stored as XML in the session context, but the business logic part of my application works with

RE: browser's back button and authentication framework

2005-03-17 Thread Adam Ratcliffe
nt: Thursday, 17 March 2005 7:17 p.m. > To: users@cocoon.apache.org > Subject: Re: browser's back button and authentication framework > > > Hi Adam, > > thanks for your reply, > i'm using actions (auth-login, etc...) but i don't see how your method > would fix the pr

Re: browser's back button and authentication framework

2005-03-16 Thread Marc Salvetti
-Original Message- From: Marc Salvetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 11:41 p.m. To: users@cocoon.apache.org Subject: browser's back button and authentication framework Hello, i'm meeting a problem with the authentication framework : if a user pre

RE: browser's back button and authentication framework

2005-03-16 Thread Adam Ratcliffe
hout being re-authenticated. HTH Adam > -Original Message- > From: Marc Salvetti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 16 March 2005 11:41 p.m. > To: users@cocoon.apache.org > Subject: browser's back button and authentication framework > > > He

RE: browser's back button and authentication framework

2005-03-16 Thread Ben Pope
16 March 2005 10:41 > To: users@cocoon.apache.org > Subject: browser's back button and authentication framework > > > Hello, > > i'm meeting a problem with the authentication framework : > if a user press the back button after beeing logged in and redirected >

browser's back button and authentication framework

2005-03-16 Thread Marc Salvetti
Hello, i'm meeting a problem with the authentication framework : if a user press the back button after beeing logged in and redirected from the login page, he is able to try to log in again, and gets the error "user already authenticated" I tried to use the pragma no-cache

Re: 401 from the Authentication Framework

2004-10-31 Thread Henrik Gustafsson
xconf. /Henrik Gustafsson - Original Message - From: "Ralph Goers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 31, 2004 6:58 PM Subject: Re: 401 from the Authentication Framework Henrik, If the authentication handler is configured so that

Re: 401 from the Authentication Framework

2004-10-31 Thread Ralph Goers
sitate to reply. Ralph Henrik Gustafsson wrote: I'm happily using the Authentication Framework to control access and presentation of my site. The authorization data is fetched from radius and a quite complex authentication session context is used. One of the protected resources is fetched by

401 from the Authentication Framework

2004-10-28 Thread Henrik Gustafsson
I'm happily using the Authentication Framework to control access and presentation of my site. The authorization data is fetched from radius and a quite complex authentication session context is used. One of the protected resources is fetched by a device that expect to get a 401 and c

Betr.: Attachment: Graphical Overview On The Authentication Framework

2004-10-27 Thread Toor, J.J.H. van
thanks ! Groeten J.J.H.van Toor kamer 3.309 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Attachment: Graphical Overview On The Authentication Framework

2004-10-26 Thread Antonio Gallardo
Hi Dylan: Thanks for the help. Another posibilty is to add a bugzilla report and attach the file there. ;-) Best Regards, Antonio Gallardo Dylan Proulx dijo: > I tried to reply with an OpenOffice Impress attachment, but because it > is a ZIP file composed of XML files, it was rejected by the lis

Re: Attachment: Graphical Overview On The Authentication Framework

2004-10-26 Thread Joerg Heinicke
On 26.10.2004 22:21, Dylan Proulx wrote: I tried to reply with an OpenOffice Impress attachment, but because it is a ZIP file composed of XML files, it was rejected by the list. I opened it with Impress and it looked pretty good, but if you really do need a converted copy, I'll send it to you direc

Re: Attachment: Graphical Overview On The Authentication Framework

2004-10-26 Thread Dylan Proulx
I tried to reply with an OpenOffice Impress attachment, but because it is a ZIP file composed of XML files, it was rejected by the list. I opened it with Impress and it looked pretty good, but if you really do need a converted copy, I'll send it to you directly. Dylan On Tue, 2004-10-26 at 13:05,

Re: Attachment: Graphical Overview On The Authentication Framework

2004-10-26 Thread Antonio Gallardo
Hi Merico: Can you provide an OpenOffice attachment? ;-) Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: Graphical Overview On The Authentication Framework

2004-10-26 Thread Merico Raffaele
here comes the attachment ... Raffaele Merico LESS Informatik AG Böhnirainstrasse 14 CH-8800 Thalwil devel-cocoon-auth-fw-overview.ppt Description: MS-Powerpoint presentation - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Graphical Overview On The Authentication Framework

2004-10-26 Thread Merico Raffaele
Dear community, dear Carsten Ziegler By reading your doc. on the "Authentication Framework" I have created a one-page-graphical-overview covering 60-80% of this theme (see MS Power Point Attachment). To Carsten and to the community: if you think that this overview is usable: - either

Re: authentication framework and continuations

2004-10-16 Thread Paul Joseph
>>FYI, you can use cocoon.log.debug() to print debug statements in flow This should be very useful to me, thanks! --- Jorg Heymans <[EMAIL PROTECTED]> wrote: > > > > In my login screen, on submit, I call a login.js > that > > authenticates the user in the database, and as a > > result of the db

Re: authentication framework and continuations

2004-10-16 Thread Jorg Heymans
In my login screen, on submit, I call a login.js that authenticates the user in the database, and as a result of the db call, creates a user bean. I simply put that user bean into the session using the following: cocoon.session.setAttribute('userBean' , userBean); then, on every js, I check to

Re: authentication framework and continuations

2004-10-16 Thread Paul Joseph
Jorg, Thank you for all your help. It would seem that should be the case, but it is included in the "if(form.submitID == "save") and so, (when I use the non-hidden continuations), it does not loop. For some reason when the continuation becomes hidden and the matching is on Type, it loops on the

Re: authentication framework and continuations

2004-10-16 Thread Jorg Heymans
value="arrayadmin_bind.xml"/> function arrayAdmin() { function arrayAdmin() { // Let Cocoon Forms handle the form if(form.submitId == "save") { form.save(bean); dao.setObject(bean); form.showForm("arrayAdmin"); //this same function

Re: authentication framework and continuations

2004-10-15 Thread Paul Joseph
I login - the template file for the login has the hidden this takes me to an admin form. The template for this form has the The sitemap is set to match the type. In my logs I see lines like this (it keeps going in a loop) thx Paul Processor24/ForwardRedirector: Redirecting to 'cocoon:/login

Re: authentication framework and continuations

2004-10-15 Thread Jorg Heymans
did you change *all* your forms to have the ? Paul Joseph wrote: Hi, The culprit appears to be the form.showForm(ArrayAdmin); line It seems to loop *continously* on this line when I match on However, it does not loop if I use though in the latter case I loose authentication

Re: authentication framework and continuations

2004-10-15 Thread Paul Joseph
Hi, The culprit appears to be the form.showForm(ArrayAdmin); line It seems to loop *continously* on this line when I match on However, it does not loop if I use though in the latter case I loose authentication capability. Is there any way around this? Use authentication,

Re: authentication framework and continuations

2004-10-14 Thread Paul Joseph
Getting there, but not quite there yet...am getting into a "loop" situation with the hidden continuation. When I use the continuation as a hidden field in my form template as shown below: and with my sitemap as below: it seems to go into a lo

Re: authentication framework and continuations

2004-10-14 Thread Paul Joseph
Thanks! --- Jorg Heymans <[EMAIL PROTECTED]> wrote: > you would just do > > > > > .. > > > > > > Paul Joseph wrote: > > Jorg, > > > > thank you very much. > > > > I will try this approach - just wasn't sure how to > use > > the tag in my template. > > > > Do I simpley do this anyw

Re: authentication framework and continuations

2004-10-14 Thread Jorg Heymans
you would just do .. Paul Joseph wrote: Jorg, thank you very much. I will try this approach - just wasn't sure how to use the tag in my template. Do I simpley do this anywhere reasonable in the template: -hopefully, this will be my last question, sorry for the bother and thanks for the h

Re: authentication framework and continuations

2004-10-14 Thread Paul Joseph
Jorg, thank you very much. I will try this approach - just wasn't sure how to use the tag in my template. Do I simpley do this anywhere reasonable in the template: -hopefully, this will be my last question, sorry for the bother and thanks for the help so far. rgds Paul --- Jorg Heymans <[EM

Re: authentication framework and continuations

2004-10-14 Thread Jorg Heymans
Paul Joseph wrote: 1. So for this to work there is no need to use encodeURL? I was under the impression that encodeURL was needed as the auth framework created a session behind the scenes. If the browser doesn't support cookies then the webapplication should rewrite or encode all URL's in the pag

Re: authentication framework and continuations

2004-10-14 Thread Paul Joseph
I will try this. Two questions: 1. So for this to work there is no need to use encodeURL? I was under the impression that encodeURL was needed as the auth framework created a session behind the scenes. 2. How are you matching the *.continue i.e. If I use instead of I get the following msg.

Re: authentication framework and continuations

2004-10-14 Thread Jorg Heymans
Put the tag inside of the auth-protect block. Your forms are inside a protected area, so your continuations will be called with a "protected" URL. My working setup is like ... HTH Jorg Paul Josep

Re: authentication framework and continuations

2004-10-14 Thread Paul Joseph
Hi, Thank you for your respones. I can take out the encodeURL and the same thing happens...I thought I needed it to maintain session - no? The way I do it is as follows: --- Jorg Heymans <[EMAIL PROTECTED]> wrote:

Re: authentication framework and continuations

2004-10-14 Thread Jorg Heymans
There is a continuation id construct you can use to set it as a hidden variable in your form ( IIRC), try using this. Don't know if you URL encoding is interfering. How do you encodeURL btw? Jorg Paul Joseph wrote: Hi, I have implented an authentication handler and all works well as far as authe

authentication framework and continuations

2004-10-13 Thread Paul Joseph
Hi, I have implented an authentication handler and all works well as far as authentication of a given page - if the user is not logged in, (s)he gets redirected to the right login page etc. However, I am having one problem - dealing with the following lines in the sitemap: I get the follo

Re: Re[4]: desperate help on authentication framework and mysql connection

2004-09-18 Thread fabrizio picca
i've tried modifying to get something like the example you gave me, but i have still problems with parameters. the statement is susbstituted with an empty string .the same for password. On Sat, 18 Sep 2004 19:19:26 +0200, fabrizio picca <[EMAIL PROTECTED]> wrote: > ok sorry, i didn't saw

Re: Re[4]: desperate help on authentication framework and mysql connection

2004-09-18 Thread fabrizio picca
ok sorry, i didn't saw it...thanks a lot On Sat, 18 Sep 2004 19:18:30 +0200, g[R]eK <[EMAIL PROTECTED]> wrote: > <. Hi fabrizio! .> > > Saturday, September 18, 2004, 7:12:52 PM, you wrote: > > fp> ehm no, sorry i mean the authentication resource > fp> thant one that start like this: > > fp>

Re[4]: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
<. Hi fabrizio! .> Saturday, September 18, 2004, 7:12:52 PM, you wrote: fp> ehm no, sorry i mean the authentication resource fp> thant one that start like this: fp> Oh, I sent it already :-) Look for it after handler configuration... -- Best regards <. g[R]eK mailto:[EMAIL PROTECTED]

Re: Re[2]: desperate help on authentication framework and mysql connection

2004-09-18 Thread fabrizio picca
ehm no, sorry i mean the authentication resource thant one that start like this: On Sat, 18 Sep 2004 19:10:44 +0200, g[R]eK <[EMAIL PROTECTED]> wrote: > <. Hi fabrizio! .> > > Saturday, September 18, 2004, 7:05:06 PM, you wrote: > > fp> could you please post also the authentication pipeline?

Re[2]: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
<. Hi fabrizio! .> Saturday, September 18, 2004, 7:05:06 PM, you wrote: fp> could you please post also the authentication pipeline? I guess you asked for protected pipeline?

Re: desperate help on authentication framework and mysql connection

2004-09-18 Thread fabrizio picca
could you please post also the authentication pipeline? thanks a lot. On Sat, 18 Sep 2004 18:43:53 +0200, g[R]eK <[EMAIL PROTECTED]> wrote: > <. Hi fabrizio! .> > > Saturday, September 18, 2004, 6:22:43 PM, you wrote: > > fp> can someone provide me some exempl

Re: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
<. Hi fabrizio! .> Saturday, September 18, 2004, 6:22:43 PM, you wrote: fp> can someone provide me some exemples of authentication Framework with fp> Mysql db connection? please , i'm desperate in trying to solve my fp>

desperate help on authentication framework and mysql connection

2004-09-18 Thread fabrizio picca
can someone provide me some exemples of authentication Framework with Mysql db connection? please , i'm desperate in trying to solve my problem... -- copyright - fabpicca - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Re[2]: authentication framework over a mysql connection

2004-09-17 Thread fabrizio picca
those parameters are sent the same way as the example given in cocoon documentation. we tried maintaining the same pipeline structure and authenticating over a xml file and t works.Is th database authentication that doesn't works. After the above mentioned sentence in the pipeline we have a so-for

Re[2]: authentication framework over a mysql connection

2004-09-17 Thread g[R]eK
<. Hi fabrizio! .> Friday, September 17, 2004, 11:12:47 PM, you wrote: fp> here it is the component configuration fp> fp> fp> fp> fp> fp> I think should be cocoon:/loginsrc. fp> fp> fp> fp> fp> Your p

Re: authentication framework over a mysql connection

2004-09-17 Thread fabrizio picca
i attach also this lineshope it can help: and part of the file for the sql transformation: http://www.w3.org/1999/XSL/Transform";> http://apache.org/cocoon/SQL/2.0";>

Re: authentication framework over a mysql connection

2004-09-17 Thread fabrizio picca
here it is the component configuration On Fri, 17 Sep 2004 23:05:20 +0200, g[R]eK <[EMAIL PROTECTED]> wrote: > <. Hi fabrizio! .> > > Friday, September 17, 2004, 10:38:24 PM, you wrote: > > fp> i'

Re: authentication framework over a mysql connection

2004-09-17 Thread g[R]eK
<. Hi fabrizio! .> Friday, September 17, 2004, 10:38:24 PM, you wrote: fp> i'm new to cocoon and i'm trying to develop a web application for a fp> university examination. fp> I've read everything about Authentication FW but i cannot find nothing fp> about authenticating over fp> a mysql DB conne

authentication framework over a mysql connection

2004-09-17 Thread fabrizio picca
i'm new to cocoon and i'm trying to develop a web application for a university examination. I've read everything about Authentication FW but i cannot find nothing about authenticating over a mysql DB connection. so i've written down this piece of pipeline:

Re: Authentication Framework / NotSerializableException

2004-06-02 Thread moellerk
problem solved - using Tomcat5.0 instead of 4.1 does the trick... katrin Joerg Heinicke <[EMAIL PROTECTED]> 01.06.2004 22:09 Please respond to users To: [EMAIL PROTECTED] cc: Subject: Re: Authentication Framework / NotSerializableException On 01.0

Re: Authentication Framework / NotSerializableException

2004-06-01 Thread Joerg Heinicke
On 01.06.2004 15:37, [EMAIL PROTECTED] wrote: Hello, I'm using the authentication framework (very basically, I believe) and get a notSerializableException when stopping the server while a session exists. The environment is JBoss3.2.3 with embedded Tomcat4.1 and cocoon2.1.3. I have looke

Authentication Framework / NotSerializableException

2004-06-01 Thread moellerk
Hello, I'm using the authentication framework (very basically, I believe) and get a notSerializableException when stopping the server while a session exists. The environment is JBoss3.2.3 with embedded Tomcat4.1 and cocoon2.1.3. I have looked for information for several hours now but don&#

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

2004-05-16 Thread Jan Hoskens
I'm using the authentication framework too, but to get something from the session, I use session-fw:   xmlns:xsp-session-fw=http://apache.org/xsp/session-fw/1.0   String roleFrag = ; DocumentFragment nameFragment = (DocumentFragment);   String name = new String(); for(int i =

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

authentication framework

2004-03-10 Thread Nele Vogel
Hi everybody! I am trying to adapt the authentication framework I found in the 'samples' folder of Cocoon 2.1.2. When I call the pipelines explicitly, I am able to log in and out of the authentication framework without any troubles. http://localhost:8080/cocoon/home/content/protect

Adding users via the authentication framework

2004-03-01 Thread Bart Molenkamp
Hello, I want to use the authentication framework in my application. How can I use the user management capabilities of that framework? The documentation tells me how to declare this, but doesn't tell me how I can use this functionality from within my code. I know that the portal-fw sample us

RE: Authentication Framework with Database

2004-03-01 Thread Kieran Kirwan
lin 2, Ireland. Tel: +353 (0)1 4778113 Fax: +353 (0) 1 478 5935 website: www.dto.ie <http://www.dto.ie/> -Original Message- From: Tuan Luu [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 16:07 To: [EMAIL PROTECTED] Subject: RE: Authentication Framework with Database Hi Kier

RE: Authentication Framework with Database

2004-02-29 Thread Tuan Luu
> > > But when i use the esql.xsp file and the authentication.xsl in the > authentication framework, it doesn't work. > I can't imagine why. > In the authenticate.xsl File I have deleted the xsl:if, because when the > user can't be found, it would give an no reco

RE: Authentication Framework with Database

2004-02-27 Thread Tuan Luu
But when i use the esql.xsp file and the authentication.xsl in the authentication framework, it doesn't work. I can't imagine why. In the authenticate.xsl File I have deleted the xsl:if, because when the user can't be found, it would give an no records found message, so the xsl

RE: Authentication Framework with Database

2004-02-27 Thread Tuan Luu
House, > 69/71 St. Stephen's Green, > Dublin 2, > Ireland. > Tel: +353 (0)1 4778113 > Fax: +353 (0) 1 478 5935 > website: www.dto.ie <http://www.dto.ie/> > > > > > -Original Message- > From: Tuan Luu [mailto:[EMAIL PROTECTED] > Sent:

RE: Authentication Framework with Database

2004-02-27 Thread Kieran Kirwan
://www.dto.ie/> -Original Message- From: Tuan Luu [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 07:20 To: [EMAIL PROTECTED] Subject: Authentication Framework with Database Hello In the example setion of cocoon I saw an example of an authentication framework. They did compare the user inpu

Authentication Framework with Database

2004-02-26 Thread Tuan Luu
Hello In the example setion of cocoon I saw an example of an authentication framework. They did compare the user input against an xml file (userlist.xml). How can I do authentication with a database, extend the authentication framework to a database? Here is what I tried to do, but it doesn&#

  1   2   >