erikabele 2004/01/10 15:18:36 Modified: htdocs/manual/mod core.html.en Log: PR#16795: Backport a note about MSIE ignoring error documents with a size less than 512 bytes. Revision Changes Path 1.258 +10 -0 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.257 retrieving revision 1.258 diff -u -r1.257 -r1.258 --- core.html.en 3 Dec 2003 10:35:24 -0000 1.257 +++ core.html.en 10 Jan 2004 23:18:36 -0000 1.258 @@ -1348,6 +1348,16 @@ "ErrorDocument 401" directive then it must refer to a local document.</strong></p> + <p>Microsoft Internet Explorer (MSIE) will by default ignore + server-generated error messages when they are "too small" and substitute + its own "friendly" error messages. The size threshold varies depending on + the type of error, but in general, if you make your error document + greater than 512 bytes, then MSIE will show the server-generated + error rather than masking it. More information is available in + Microsoft Knowledgebase article <a + href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807" + >Q294807</a>.</p> + <p>See Also: <a href="../custom-error.html">documentation of customizable responses.</a> See the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]