Commit 3becf489 authored by Joshua Slive's avatar Joshua Slive
Browse files

At long last, document the MSIE "friendly error message" issue.

I was very diplomatic here.  I was tempted to use the apache bully-pulpit to
berate MS over this arrogant mis-feature, but I restrained myself.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95558 13f79535-47bb-0310-9956-ffa450edef68
parent c387465c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -447,6 +447,14 @@ in case of an error</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.htm
    "ErrorDocument 401" directive then it must refer to a local
    document.</strong></p>

    <p>Microsoft Internet Explorer (MSIE) will 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>Prior to version 2.0, messages were indicated by prefixing
    them with a single unmatched double quote character.</p>
<p><strong>See also </strong></p><ul><li><a href="../custom-error.html">documentation of
+9 −0
Original line number Diff line number Diff line
@@ -650,6 +650,15 @@ in case of an error</description>
    "ErrorDocument 401" directive then it must refer to a local
    document.</strong></p>

    <p>Microsoft Internet Explorer (MSIE) will 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>Prior to version 2.0, messages were indicated by prefixing
    them with a single unmatched double quote character.</p>
</usage>