https://issues.apache.org/bugzilla/show_bug.cgi?id=49484
Summary: Remove custom IE6+ workaround from config file
Product: Apache httpd-1.3
Version: HEAD
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: core
AssignedTo: [email protected]
ReportedBy: [email protected]
IE6+ used to have a problem that required these extra lines in the config file.
They are not required anymore as Micorosoft has corrected the issue in a hotfix
released a while back.
The fix:
http://support.microsoft.com/kb/921090
The unneeded config code:
# their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
# "force-response-1.0" for this.
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
# Per-Server Logging:
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]