GNOME Bugzilla – Bug 523633
Bad error handling in page processing
Last modified: 2008-03-26 21:09:17 UTC
When an error occurs in damned-lies, the error page is not suitable for ordinary users. Moreover, the traceback can reveal some internal data (http://mail.gnome.org/archives/gnome-i18n/2008-March/msg00382.html).
Created attachment 107705 [details] [review] Catch errors Here's a quick patch that catch errors when rendering HTML and display a simple error page instead of a complete traceback. I'd like to see Vivien's screenshot to see if this patch would also have resolved the case he mentioned.
Created attachment 107726 [details] Screenshot
The error handling code added in rev. 811 should prevent such debug information to be revealed to users. Many thanks Vivien for warning us about this problem.
I've asked Olav Vitters to remove the attachment, since it contains sensitive information. Reopening to track the status of that.
Thanks Olav and Wouter, we can close again 'safely' now.