Raising Http404 causes OOPS reports to be generated
Bug #1025698 reported by
David Owen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Triaged
|
High
|
Unassigned |
Bug Description
The OOPS machinary really shouldn't generate an report when the code raises a Http404. We could either fix OOPS, or change every "raise Http404" into a "return HttpResponseNot
To post a comment you must log in.
Importance=High, as this clutters our error reports and makes them less useful.