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.
Actions