[wp-trac] Re: [WordPress Trac] #7890: Internal server error when
submitting comment without name or email
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 21 10:04:35 GMT 2008
#7890: Internal server error when submitting comment without name or email
----------------------+-----------------------------------------------------
Reporter: gadlen | Owner: Libor Jelinek
Type: defect | Status: assigned
Priority: normal | Milestone: 2.7
Component: Comments | Version: 2.6.1
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by Libor Jelinek):
* keywords: hsa-patch =>
Comment:
Upon my testing I can confirm that IE:
Status 500 AND response size <= 512 B = body of response is ignored, IE
show default "The website cannot display the page"
Status 500 AND response size > 512 B = body of reponse is echoed to user
----
Code to simulate HTTP 500 in PHP:
{{{
<?php header('HTTP/1.1 500 Internal Server Error'); ?>
}}}
----
--
Ticket URL: <http://trac.wordpress.org/ticket/7890#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list