r in a front filter" bit will get you a more satisfactory answer?
>
> Tim
>
> -Original Message-
> From: Chapoor Chapoor [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 20, 2006 4:34 AM
> To: Tomcat Users List
> Subject: Re: CMS and JAAS
>
> Thanks Ro
st
Subject: Re: CMS and JAAS
Thanks Rolf, but it is not what I m looking for.
The major difference in my structure is that I want do authentication
manually (like from a servlet/filter to call Jaas, I dont want to use basic,
form, cert methods) and in some way notify the container with credentia
Thanks Rolf, but it is not what I m looking for.
The major difference in my structure is that I want do authentication
manually (like from a servlet/filter to call Jaas, I dont want to use basic,
form, cert methods) and in some way notify the container with credentials
(so the authorization can be
The JSPWiki team has done something into the same direction.
I tested the deployment of Andrews implementation and collected a checklist.
It's not exactly what you are asking for but it could help to inspire you
where look for errors.
http://wiki.jcrud.org/jcrud/Wiki.jsp?page=ChecklistForContainer
It is strange that it is so quiet about this issue.
I can't be the only one who gets affected, many projects must have come
across this.
Thank you
On 4/18/06, Chapoor Chapoor <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I m stucked in a security authentication/authorization issue, which I hope
> you
Hi,
I m stucked in a security authentication/authorization issue, which I hope
you have some advice for me.
In simple words, I want to use the Web container security (for
authorization) together with my own JAAS implementation (for
authentication).
How to achieve this ?
I don't want to use the