Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueComponents
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 12, 2015 at 4:06 PM
Updated April 2, 2016 at 9:02 AM
Resolved November 14, 2015 at 7:17 PM
An HTTP 500 should be returned by the web server when a major problem has found while processing a request.
If the request handler found an invalid argument, a null argument, etc., it should return a proper HTTP response instead of HTTP 500.
There are several places on the ReST API on which an IllegalArgumentException is thrown. This is not correct and should be fixed.