Comment 9 for bug 547773

Revision history for this message
Richard Mansfield (richard-mansfield) wrote : Re: Time out error when opening a view

I've had another look at this, but haven't found a good solution yet, so I'm going to remove it from the 1.4 milestone for now. It's pretty easy to reproduce by putting 300k or so of relatively heavy html (I used a bunch of big tables) into a textbox. It's possible to fix it in a dirty way (tried hacking some code to add a timer & throw exceptions into HTMLPurifier/Strategy/MakeWellFormed.php and it works fine), but we need a clean way to fix the bug. It'd be nice if there was a way to set a timeout on an individual function call rather than just on the entire script.