Mercurial > p > roundup > code
diff CHANGES.txt @ 5079:65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
Capture all exceptions from auditors/reactors and raise a
DetectorError instead. This allows failures like IOErrors from the
detectors (e.g. unable to access files) to be handled. Previously an
IOError just resulted in no output (premature end of headers under
apache). Problem diagnosed and initial patch created by Tom Ekberg
(tekberg).
Patch application/mods and testing by rouilj.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 10 Jun 2016 23:33:11 -0400 |
| parents | 487dc55e3c5e |
| children | 786f0581bc90 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jun 10 21:28:40 2016 -0400 +++ b/CHANGES.txt Fri Jun 10 23:33:11 2016 -0400 @@ -69,6 +69,13 @@ - issue2550907 Fix errors when creating documentation. Work done by Peter Funk (pefu). (Applied by John Rouillard with small change omitting obsolete security.txt.) +- issue2550826 Capture all exceptions from auditors/reactors and + raise a DetectorError instead. This allows failures like IOErrors + from the detectors (e.g. unable to access files) to be handled. + Previously an IOError just resulted in no output (premature end of + headers under apache). Problem diagnosed and initial patch created by + Tom Ekberg (tekberg). Further testing and patch change done by + John Rouillard. 2016-01-11: 1.5.1
