[wp-forums] Is this WordPress code?

Otto otto at ottodestruct.com
Tue Aug 12 19:58:55 UTC 2014


Yes, that's built into WordPress. It shows up on any page where the
wp_die() handler is used.

The referenced ticket should probably be
https://core.trac.wordpress.org/ticket/8942 instead, IMO, but the gist of
it is that some IE versions won't display custom HTML content with non-200
HTTP error codes, if the content is less than 512 bytes. That padding is
necessary to force the custom HTML to show.

-Otto



On Tue, Aug 12, 2014 at 2:18 PM, Keith Messinger <keithmessinger at gmail.com>
wrote:

> Ref:
>
> http://wordpress.org/support/topic/404-error-when-attempting-to-login-at-wp-
> loginphp?replies=7#post-5884501
>
>
>
> This is part of the source code that shows up trying to log on at
> <http://www.knowdebt.org/wp-admin/> http://www.knowdebt.org/wp-admin/
>
> <!-- Ticket #11289, IE bug fix: always pad the error page with enough
> characters such that it is greater than 512 bytes, even after gzip
> compression
>
> abcdefghijklmnopqrstuvwxyz1234567890aabbccddeeffgghhiijjkkllmmnnooppqqrrsstt
>
> uuvvwwxxyyzz11223344556677889900abacbcbdcdcededfefegfgfhghgihihjijikjkjlklkm
>
> lmlnmnmononpopoqpqprqrqsrsrtstsubcbcdcdedefefgfabcadefbghicjkldmnoepqrfstugv
>
> wxhyz1i234j567k890laabmbccnddeoeffpgghqhiirjjksklltmmnunoovppqwqrrxsstytuuzv
>
> vw0wxx1yyz2z113223434455666777889890091abc2def3ghi4jkl5mno6pqr7stu8vwx9yz11a
>
> ab2bcc3dd4ee5ff6gg7hh8ii9j0jk1kl2lmm3nnoo4p5pq6qrr7ss8tt9uuvv0wwx1x2yyzz13ab
> a4cbcb5dcdc6dedfef8egf9gfh0ghg1ihi2hji3jik4jkj5lkl6kml7mln8mnm9ono
>
> -->
>
>
>
> Thank you!
>
>
>
> Keith
>
>
>
> _______________________________________________
> wp-forums mailing list
> wp-forums at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-forums
>


More information about the wp-forums mailing list