nd 2004/08/05 04:57:23 Modified: docs/manual/mod Tag: APACHE_2_0_BRANCH mod_auth_digest.xml Log: fix semantic mistakes and add version hint Revision Changes Path No revision No revision 1.5.2.11 +5 -6 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.10 retrieving revision 1.5.2.11 diff -u -u -r1.5.2.10 -r1.5.2.11 --- mod_auth_digest.xml 5 Aug 2004 11:24:18 -0000 1.5.2.10 +++ mod_auth_digest.xml 5 Aug 2004 11:57:23 -0000 1.5.2.11 @@ -72,9 +72,8 @@ browsers. As of November 2002, the major browsers that support digest authentication are Opera, MS Internet - Explorer (fails when used with a query string - see the - AuthDigestEnableQueryStringHack - option below for a workaround), (fails when used with a query string - see "Working with MS Internet Explorer" below for a workaround), Amaya, Mozilla and -

Apache also provides a workaround in the +

Since version 2.0.51 Apache also provides a workaround in the AuthDigestEnableQueryStringHack environment variable. - If AuthDigestEnableQueryStringHack is true for the + If AuthDigestEnableQueryStringHack 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.