Changes between Initial Version and Version 6 of Ticket #971
- Timestamp:
- 2010-04-08T18:27:01Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #971
- Property Owner set to davidsarah
- Property Status changed from new to assigned
- Property Keywords privacy added
- Property Cc kpreid@… added
-
Ticket #971 – Description
initial v6 1 Currently, failures that occur in a WUI operation (that is, a webapi operation with HTML output) go through [source:src/allmydata/ test/common.py#L149 humanize_failure] in {{{test/common.py}}}, in order to produce a more informative error message. This is better in most cases than dumping an exception traceback, but sometimes you really do ''also'' want the traceback for debugging.1 Currently, failures that occur in a WUI operation (that is, a webapi operation with HTML output) go through [source:src/allmydata/web/common.py#L149 humanize_failure] in {{{web/common.py}}}, in order to produce a more informative error message. This is better in most cases than dumping an exception traceback, but sometimes you really do ''also'' want the traceback for debugging. 2 2 3 3 DHTML could be used to hide the traceback by default, like this: