Opened at 2020-09-17T20:59:54Z
Last modified at 2023-09-05T14:20:22Z
#3420 assigned defect
Twisted web Resources should "return ErrorPage" instead of "raise WebError" — at Initial Version
Reported by: | sajith | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | code-frontend-web | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
In case of errors, twisted.web Resource instances should be responding with an error page, instead of throwing an exception. Any raise WebError instances we have in Tahoe WUI should be replaced with return ErrorPage.
More background is in this discussion at GitHub about a PR that solves #3382.
Note: See
TracTickets for help on using
tickets.