OOPS when handling a bad api request
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Center Agent |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Steps to reproduce:
* GET https:/
Expected result:
* BadRequest returned
Actual result:
* Oops [1]
The issue is that the system piston is being used, which uses django internals (HttpResponse.
[1] https:/
[2] https:/
description: | updated |
This no longer occurs. We can probably close this.