Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueLabels
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 28, 2016 at 11:45 AM
Updated August 11, 2016 at 7:21 PM
Resolved August 11, 2016 at 3:22 PM
Almost any GET request against the OpenNMS ReST API can be performed through a normal browser, and you should see the XML generated.
Now, this is not the case of several GET requests implemented in CategoryRestService. The reason for this is because the methods associated with those GET requests don't have the Provides annotation, which confuses the browser.
Just by adding that annotation fixes the problem.