Re: Action classes/Form based authentication/ EJBs

2002-05-30 Thread @Basebeans.com
Subject: Re: Action classes/Form based authentication/ EJBs From: Torgeir Veimo [EMAIL PROTECTED] === Roland Chan wrote: Okay, I turned on my prompt before adding cookies in my browser and it appears that during form-based authentication a cookie is never being saved to my clients browser

Re: Action classes/Form based authentication/ EJBs

2002-05-29 Thread @Basebeans.com
Subject: Re: Action classes/Form based authentication/ EJBs From: Torgeir Veimo [EMAIL PROTECTED] === Roland Chan wrote: Hi There, Using BASIC authentication my action classes work like a charm. However, when I switched to form based authentication calls to secured EJBs present

Re: Action classes/Form based authentication/ EJBs

2002-05-29 Thread Adam Hardy
Pardon my ignorance please but what is basic authentication and form-based authentication? You were talking about sessions and URL rewriting and I thought I knew all about that. What is the auth header from the browser? Is this container managed ? Thanks Adam Struts Newsgroup

Re: Action classes/Form based authentication/ EJBs

2002-05-29 Thread Dejan Bosanac
Hi, - basic or digest authorization is HTTP-based authorazition. It's situation when browser pops up a dialog box for user to enter username and password for that domain. Server checks wheater authorization data (it's word basic followed by base64 encoded string (username:password)) are in

Action classes/Form based authentication/ EJBs

2002-05-28 Thread Roland Chan
Hi There, Using BASIC authentication my action classes work like a charm. However, when I switched to form based authentication calls to secured EJBs present an authentication exception, principal=null error. This is strange only because I know the principal exists and was authenticated. What

Action classes/Form based authentication/ EJBs

2002-05-28 Thread Roland Chan
Hi There, Using BASIC authentication my action classes work like a charm. However, when I switched to form based authentication calls to secured EJBs present an authentication exception, principal=null error. This is strange only because I know the principal exists and was authenticated. What