Description of problem: All attempts to retrieve reports fail with the following message: com.sun.jersey.api.client.UniformInterfaceException: GET http://localhost:7080/coregui/reports/alertDefinitions returned a response status of 503 Service Unavailable at com.sun.jersey.api.client.WebResource.handle(WebResource.java:686) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:621) Version-Release number of selected component (if applicable): 4.5.1 How reproducible: Steps to Reproduce: 1. Retrieve a report 2. Verify error message Actual results: The report is not returned. Expected results: The report is returned. Additional info:
Those reports are meant to be served from a user looking at coregui. I will add access from the normal /rest/ module that uses the normal rest-api auth mechanism
Great, thanks!
Reports are now available at /rest/reports That endpoint also lists the available reports. The main index links to that endpoint. Tests have been added Docs generator has bee overhauled master e4493c7
Bulk close of old bugs in VERIFIED state.