Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
None
-
None
Description
For instance, a GET to http://localhost:8080/geode/v1/version is returning
{ "cause": "The Region identified by name (version) could not be found!" }
because it is matching the endpoint in PdxBasedCrudController:
@RequestMapping(method = RequestMethod.GET, value = "/{region}", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
rather than the intended endpoint in ShellCommandsController:
@RequestMapping(method = RequestMethod.GET, value = "/version")
Similar errors exist for /mbean, /regions, /indexes, and /management.
Attachments
Issue Links
- links to