News Feed override URL should only apply to Rest service, not front end
Description
Acceptance / Success Criteria
None
Activity
Show:

Dino Yancey March 5, 2025 at 2:51 PM
PR:
Merged
Details
Details
Details
PagerDuty
PagerDuty Incident
PagerDuty
PagerDuty Incident
PagerDuty

PagerDuty Incident
Created March 13, 2024 at 3:37 PM
Updated March 10, 2025 at 1:21 PM
Resolved March 5, 2025 at 9:29 PM
The
opennms.newsFeedPanel.url
property should only apply inNewsFeedRestService.java
as the URL to the RSS data feed.However, it is currently also being used in the front end (see https://github.com/OpenNMS/opennms/blob/develop/opennms-webapp/src/main/webapp/WEB-INF/jsp/newsfeed/newsFeedPanel.jsp ) to change the URL of the Rest service.
jsp should be fixed to just use a constant url of
api/v2/newsfeed