openbmc / phosphor-rest-server

REST server that transposes dbus interfaces to REST
Apache License 2.0
4 stars 11 forks source link

REST API is case sensitive #2

Open bradbishop opened 8 years ago

bradbishop commented 8 years ago

[toshiba:host-ipmid]$ curl http://192.168.253.14//org/openbmc/managers/system { "error": "Not Found", "status": "error" } [toshiba:host-ipmid]$ curl http://192.168.253.14//org/openbmc/managers/System { "status": "OK" }

williamspatrick commented 8 years ago

@williamli80 - Setting this one to the August sprint. I briefly discussed it with Brad and he did not see it as trivial. There is not urgency on it at this point so you should prioritize it after your July work items.

williamli80 commented 8 years ago

Got it.