You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/05/08 20:46:45 UTC

DO NOT REPLY [Bug 39517] New: - Corrupt chunked transfer-encoding with Content Negotiation and SSI.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39517>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39517

           Summary: Corrupt chunked transfer-encoding with Content
                    Negotiation and SSI.
           Product: Apache httpd-2
           Version: 2.0.54
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apache-bugzilla@jensthebrain.de


Create three files: index.html.de index.html.en and include.inc
Edit index.html.* and enter: <!�#include file=�include.inc� �>
chmod a+x index.html*

Edit .htaccess:
XBitHack on
AddLanguage en .en
AddLanguage de .de
LanguagePriority de en
ForceLanguagePriority Prefer Fallback

try accessing the site with an unqualified URL like
http://www.domain.tld/
Notice that your browser takes a while to complete loading the site. But the
site is displayed.

Now try http://www.domain.tld/index.html - the site is loaded immidiatly and the
browser isn't loading for a few seconds..

W3-Validator says: "500 EOF when chunk header expected" on the unqualified URL..


Workaround (mod_rewrite in .htaccess):
DirectoryIndex invalid
RewriteEngine on
RewriteRule ^$ /index.html [R]

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org