jim 2004/04/15 11:15:25 Modified: htdocs/manual/mod mod_digest.html Log: Wordsmithing... clarify the diffs between general support and specific support related to how mod_digest works Revision Changes Path 1.16 +9 -1 httpd-docs-1.3/htdocs/manual/mod/mod_digest.html Index: mod_digest.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_digest.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- mod_digest.html 15 Apr 2004 15:56:52 -0000 1.15 +++ mod_digest.html 15 Apr 2004 18:15:25 -0000 1.16 @@ -68,7 +68,15 @@ <p>MD5 authentication provides a more secure password system, but only works with supporting browsers. As of this writing - (December 2003), most major browsers support digest authentication. + (December 2003), most major browsers support digest + authentication. However, the only major browsers which support + the old digest authentication format are <a href="http://www.opera.com/">Opera 4.0</a>, + <a href="http://www.microsoft.com/windows/ie/">MS Internet + Explorer 5.0</a> and <a href="http://www.w3.org/Amaya/">Amaya</a>. + Therefore, we do not recommend using this feature on a large + Internet site. However, for personal and intra-net use, where + browser users can be controlled, it is ideal.</p> + </p> <p>See also <a href="mod_auth_digest.html">mod_auth_digest</a>,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]