authentication « J2EE « JSP-Servlet Q&A





1. Disabling basic authentication?    stackoverflow.com

How can i disable basic authentication in websphere 6.1? I have written example servelet In my war application i have defined something like this:

 <user-data-constraint>
         ...

2. mail authentication    coderanch.com