You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/12/06 11:20:51 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_auth_digest.html.en mod_auth_digest.xml

nd          2002/12/06 02:20:50

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH
                        mod_auth_digest.html.en mod_auth_digest.xml
  Log:
  add Netscape 7 to the list of supporting browsers
  
  Submitted by: Michael Schr�pl <Mi...@telekurs.de>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.2  +3 -3      httpd-2.0/docs/manual/mod/mod_auth_digest.html.en
  
  Index: mod_auth_digest.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.html.en,v
  retrieving revision 1.12.2.1
  retrieving revision 1.12.2.2
  diff -u -r1.12.2.1 -r1.12.2.2
  --- mod_auth_digest.html.en	2 Dec 2002 20:02:23 -0000	1.12.2.1
  +++ mod_auth_digest.html.en	6 Dec 2002 10:20:50 -0000	1.12.2.2
  @@ -48,9 +48,9 @@
       than Basic authentication, but only works with supporting
       browsers. As of July 2002, the major browsers that support digest
       authentication are <a href="http://www.opera.com/">Opera</a>, <a href="http://www.microsoft.com/windows/ie/">MS Internet
  -    Explorer</a> (fails when used with a query string), <a href="http://www.w3.org/Amaya/">Amaya</a> and <a href="http://www.mozilla.org">Mozilla</a>.  Since digest
  -    authentication is not as widely implemented as basic
  -    authentication, you should use it only in controlled settings.</p>
  +    Explorer</a> (fails when used with a query string), <a href="http://www.w3.org/Amaya/">Amaya</a>, <a href="http://www.mozilla.org">Mozilla</a> and <a href="http://channels.netscape.com/ns/browsers/download.jsp">Netscape</a> since version 7. Since digest authentication is not
  +    as widely implemented as basic authentication, you should use it only
  +    in controlled settings.</p>
       </div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestAlgorithm" id="AuthDigestAlgorithm">AuthDigestAlgorithm</a> <a name="authdigestalgorithm" id="authdigestalgorithm">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Selects the algorithm used to calculate the challenge and
  
  
  
  1.5.2.2   +6 -4      httpd-2.0/docs/manual/mod/mod_auth_digest.xml
  
  Index: mod_auth_digest.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- mod_auth_digest.xml	2 Dec 2002 19:32:07 -0000	1.5.2.1
  +++ mod_auth_digest.xml	6 Dec 2002 10:20:50 -0000	1.5.2.2
  @@ -50,10 +50,12 @@
       authentication are <a href="http://www.opera.com/">Opera</a>, <a
       href="http://www.microsoft.com/windows/ie/">MS Internet
       Explorer</a> (fails when used with a query string), <a
  -    href="http://www.w3.org/Amaya/">Amaya</a> and <a
  -    href="http://www.mozilla.org">Mozilla</a>.  Since digest
  -    authentication is not as widely implemented as basic
  -    authentication, you should use it only in controlled settings.</p>
  +    href="http://www.w3.org/Amaya/">Amaya</a>, <a
  +    href="http://www.mozilla.org">Mozilla</a> and <a
  +    href="http://channels.netscape.com/ns/browsers/download.jsp"
  +    >Netscape</a> since version 7. Since digest authentication is not
  +    as widely implemented as basic authentication, you should use it only
  +    in controlled settings.</p>
       </note>
   </section>