Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Meridian-2015.1.2, Meridian-2016.1.2, 18.0.1
-
Security Level: Default (Default Security Scheme)
Description
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.