Actions
Bug #9840
closedBMC providers should return 501 error code when they don't implement the api call
Difficulty:
easy
Triaged:
Pull request:
Description
If we call a method that has not been implemented in a given provider the proxy will fail to respond correctly and throw a stacktrace because a method was called and the provider has not implemented it.
I would expected that and http error code of 501 (Not Implemented) be thrown to notify the user.
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Ready For Testing
- Translation missing: en.field_release set to 35
- Pull request https://github.com/theforeman/smart-proxy/pull/264 added
- Pull request deleted (
)
Updated by Corey Osman over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e9171900b9cea0336c52a900e60f4662e8aa8d39.
Actions