Roundup Tracker - Issues

Issue 2550715

classification
IndexError when requesting non-existing file via http
Type: behavior Severity: normal
Components: Web interface Versions: devel
process
Status: closed fixed
:
: : ber, ced
Priority: : patch

Created on 2011-07-27 16:33 by ced, last changed 2011-08-11 19:22 by ber.

Files
File name Uploaded Description Edit Remove
roundup.patch ced, 2011-07-27 16:33 IndexError.patch
Messages
msg4356 Author: [hidden] (ced) Date: 2011-07-27 16:33
I got some robots on my roundup instance that try to fetch non-existing 
files.
roundup generate emails with the traceback which is annoying.
Here is a patch that makes roundup return 404 instead of 500.
msg4368 Author: [hidden] (ber) Date: 2011-08-11 10:56
Hi Cédric,
thanks for the report and the patch. It looks useful to me.
Now we should get someone to test it.

Would it be cool to have unit test for this situation, btw?
msg4371 Author: [hidden] (ber) Date: 2011-08-11 19:22
Committed with rev4643.
History
Date User Action Args
2011-08-11 19:22:11bersetstatus: new -> closed
resolution: fixed
messages: + msg4371
title: IndexError when request non-existing file -> IndexError when requesting non-existing file via http
2011-08-11 10:56:09bersetnosy: + ber
messages: + msg4368
2011-07-27 16:33:15cedcreate