Prevent HTTP 500 errors when failing to generate a thumbnail.
Review Request #6434 — Created Oct. 12, 2014 and submitted
If a file for a file attachment is not found when generating a
thumbnail, an exception is raised that bubbles up, resulting in a HTTP
500 error. Now, we catch that error as part of the other operations we
were sandboxing, log it, and return an empty string instead of bubbling
the error up.
I was able to load a review request on my dev server that referenced a
file attachment I had deleted from the disk.
Description | From | Last Updated |
---|---|---|
This could leave the file open. Can you move f.close() into a finally clause? |
david |
- Change Summary:
-
Moved
close()
into afinally
clause. - Commit:
-
35608752e11333d24a9cbe05c94443df4fbc68a193e1770053688b912c3edecd3db3afb0ed388965
- Diff:
-
Revision 2 (+5 -5)