Opened at 2010-05-19T00:32:42Z
Last modified at 2010-06-08T03:47:22Z
#1048 new enhancement
Expected exceptions should not include tracebacks
Reported by: | kpreid | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-frontend-web | Version: | 1.6.1 |
Keywords: | error | Cc: | |
Launchpad Bug: |
Description
If an exception is due to a condition understood as part of the functioning of the software (for example, servers on the grid being full or unavailable and so an upload fails), then a traceback should not be reported to the client, only a well-written error message.
The particular case at hand is allmydata.interfaces.UploadUnhappinessError in response to a HTTP PUT.
This is a relative of #1047, and might be fixed as part of the same code change.
Note: See
TracTickets for help on using
tickets.
Also see #1071.