I have a Tomcat server running (not for topbarbee anymore) and wanted to put a bit more security around logins to it. So I wanted to do 2 things –
- Add digested passwords in Tomcat’s tomcat-users.xml
- Make logins sent from the web browser sent as a digest authentication
Simple, no?