[wp-trac] Re: [WordPress Trac] #8942: Internet Explorer,
512-byte error page fix doesn't work. Neglects gzip compression.
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 30 17:13:55 GMT 2009
#8942: Internet Explorer, 512-byte error page fix doesn't work. Neglects gzip
compression.
--------------------------+-------------------------------------------------
Reporter: charris | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version: 2.7
Severity: normal | Keywords: has-patch reporter-feedback
--------------------------+-------------------------------------------------
Changes (by hakre):
* keywords: needs-patch reporter-feedback => has-patch reporter-feedback
Comment:
I would like to have an actual report by someone that he/she encountered
the so called friendly error message by internet explorer.
here is how I tested:
fake.html in webroot of blog:
{{{
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
</head>
<body>
<form method="post" action="wp-comments-post.php">
<input name="comment_post_ID" value="1" />
<input type="submit" />
</form>
</form>
</body>
</html>
}}}
this provocates a wp_die() for the default first post.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8942#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list