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 2004/08/05 14:04:26 UTC

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

nd          2004/08/05 05:04:26

  Modified:    docs/manual/mod mod_auth_digest.html.en
                        mod_auth_digest.xml.ko
  Log:
  update transformation
  
  Revision  Changes    Path
  1.28      +3 -5      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.27
  retrieving revision 1.28
  diff -u -u -r1.27 -r1.28
  --- mod_auth_digest.html.en	5 Aug 2004 11:37:52 -0000	1.27
  +++ mod_auth_digest.html.en	5 Aug 2004 12:04:25 -0000	1.28
  @@ -91,9 +91,7 @@
       than Basic authentication, but only works with supporting
       browsers. As of November 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 - see the
  -    <code class="directive"><a href="#authdigestenablequerystringhack&#10;    ">AuthDigestEnableQueryStringHack
  -    </a></code> option below for a workaround), <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
  +    Explorer</a> (fails when used with a query string - see "<a href="#msie">Working with MS Internet Explorer</a>" below for a workaround), <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 environments.</p>
       </div>
  @@ -112,9 +110,9 @@
       limitation.
       </p>
   
  -    <p>Apache also provides a workaround in the
  +    <p>Since version 2.0.51 Apache also provides a workaround in the
       <code>AuthDigestEnableQueryStringHack</code> environment variable.
  -    If <code>AuthDigestEnableQueryStringHack</code> is true for the
  +    If <code>AuthDigestEnableQueryStringHack</code> is set for the
       request, Apache will take steps to work around the MSIE bug and
       remove the request URI from the digest comparison.  Using this
       method would look similar to the following.</p>
  
  
  
  1.4       +1 -1      httpd-2.0/docs/manual/mod/mod_auth_digest.xml.ko
  
  Index: mod_auth_digest.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.xml.ko,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- mod_auth_digest.xml.ko	5 Aug 2004 11:37:52 -0000	1.3
  +++ mod_auth_digest.xml.ko	5 Aug 2004 12:04:25 -0000	1.4
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="EUC-KR" ?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
  -<!-- English Revision: 1.16 (outdated: 1.18) -->
  +<!-- English Revision: 1.16 (outdated: 1.19) -->
   
   <!--
    Copyright 2004 The Apache Software Foundation