![]() |
![]() |
||||
At line 7 added 1 line. |
* DIGEST - DIGEST based authentication, login is via a browser-specific popup login window as with BASIC, but credentials are hashed at the client end using a random value from the server, to prevent the plaintext password being sent over HTTP. This method requires the realm to be configured for MD5 in <server.xml> and a hash to be stored in the Realm. See the [Tomcat Documentation|http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html] for further information. |
At line 8 removed 1 line. |
* DIGEST - MD5 DIGEST based authentication, login is via a browser-specific popup login window as with BASIC. This method requires the realm to be configured for MD5 in <server.xml> as well. |
At line 18 added 1 line. |
*[Tomcat Realm Configuration HOW-TO|http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html] - Tomcat docs |