JAAS DIGEST authentication Tomcat5.5.17

2006-05-04 Thread Frederic . Visticot
I have Tomcat working with FORM and BASIC authentication. All is OK for this 2 modes. When i try with DIGEST and insert digest=MD5 in the JAAS realm i have the error copied in attach. IS Digest supported with JAAS in this Tomcat version ??? What can i do ? Is it a bug ? or a configuration pb ??

Re: JAAS DIGEST authentication Tomcat5.5.17

2006-05-02 Thread Frederic . Visticot
Mark, I think the pb is not due to DIGEST password format. My JAAS LoginModule who is working with FORM and BASIC authentication is not called during DIGEST authentication. I have inserted some traces in the authenticate, initialize and login methods of my LoginModule...and no traces are

JAAS DIGEST authentication Tomcat5.5.17

2006-05-01 Thread Frederic . Visticot
I have Tomcat working with FORM and BASIC authentication. All is OK for this 2 modes. When i try with DIGEST and insert digest=MD5 in the JAAS realm i have the error copied in attach. IS Digest supported with JAAS in this Tomcat version ??? What can i do ? Is it a bug ? 1 mai 2006 23:36:52

JAAS Tomcat 5.5.17 HTTP 403

2006-04-29 Thread Frederic . Visticot
I try for a long time to integrate Tomcat 5.5.17 and JAAS. I have created my LoginModule with sample provided by Internet (jaasbook website) I have created my webapp with FORM authentication I have configurated my server.xml with the Tomcat JAAS realm. I have