This is the bug tracker for Photo Organizer.
FS#110 - better error codes on permission/not founds..
Attached to Project:
Photo Organizer
Opened by Solomon Peachy (pizza) - Thursday, 09 November 2006, 02:29 GMT
Last edited by Solomon Peachy (pizza) - Thursday, 29 March 2007, 03:30 GMT
Opened by Solomon Peachy (pizza) - Thursday, 09 November 2006, 02:29 GMT
Last edited by Solomon Peachy (pizza) - Thursday, 29 March 2007, 03:30 GMT
|
DetailsThere are many pages where we redirect to the login page because the user doesn't have sufficient permissions. There's no feedback given, beyond this.
On all "permission denied" pages, we should return a 403 error page, and that page can link to the login screen. On all "not found" pages, we should return a 404 error page. Photo display/exporting has been fixed, but albums, folders, photo info pages (plus many others) still remain. |
This task depends upon
Closed by Solomon Peachy (pizza)
Thursday, 29 March 2007, 03:30 GMT
Reason for closing: Implemented
Additional comments about closing: r1183 has it all!
Thursday, 29 March 2007, 03:30 GMT
Reason for closing: Implemented
Additional comments about closing: r1183 has it all!
basically we need to audit each file and for every error case, spit out a sane error message instead of failing silently.
(include/* needs auditing too)