Shivaraj Tenginakai wrote:
> I have an outline implementation, that by extending FormAuthenticator,
> allows for (more) complete JAAS support in Tomcat. From what I can tell
> using Google, it could be useful for others too.
>
> I would appreciate, if I can be pointed towards the RFC process, for
I have an outline implementation, that by extending FormAuthenticator,
allows for (more) complete JAAS support in Tomcat. From what I can tell
using Google, it could be useful for others too.
I would appreciate, if I can be pointed towards the RFC process, for gauging
the usefulness of the change
Hi All,
The current JAAS based authentication in Tomcat (6.0.2) , has no means of
manipulating the associated credentials. This prevents an application from
specifying more complex security policies. For example, timing out the roles
independent of the session timeout.
A very simple fix would be