I don't believe that many browsers support DIGEST. That's one of the reasons it's not used often.
----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 4:23 PM Subject: Re: Authentication > > There's DIGEST method. But I've never implemented that. So I cannot speak > much about that. In addition, I suppose the browsers need to support the > DIGEST method too. > > RS > > > > > > "Mike Hulse" <[EMAIL PROTECTED]> on 06/25/2002 02:04:14 PM > > Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > cc: > > Subject: Re: Authentication > > Thanks that worked good. Just one other question. Do you know > any other <auth-method> other than BASIC and FORM or where > there is greater detail of the values allowed? > > > -----Original Message----- > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Date: Tuesday, June 25, 2002 1:21 PM > Subject: Re: Authentication > > > > > >See your <security-constraint> and <login-config> tags in your > >webapplications web.xml file and TC\conf\tomcat-users.xml file. > > > >RS > > > > > > > > > > > > > > > >"Mike Hulse" <[EMAIL PROTECTED]> on 06/25/2002 12:07:56 PM > > > >Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > > >To: "Tomcat Users List" <[EMAIL PROTECTED]> > >cc: > > > >Subject: Authentication > > > >Is there some kind of smiple authentication in tomcat 4.0.4 that is > similar > > > >to the Apache authentication: > > > ><Location /web/MyServer/EPVUpdate.jsp> > > AuthName machineID > > AuthType Basic > > PasswdFile %%SYSTEM%% > > GroupFile /www/groupFile.txt > > require group Mygroup > > Order allow,deny > > Allow from all > ></Location> > > > >If not how would you secure one jsp or one servlet without adding code to > >to the servlet or jsp? If that's possible. > > > >Thanks for any advice, > > > >Mike > > > > > > > >-- > >To unsubscribe, e-mail: < > >mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: < > >mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > >-- > >To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
