Fixed
Details
Assignee
Bonnie RobinsonBonnie RobinsonReporter
Will KeaneyWill KeaneyLabels
Components
Sprint
NoneFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Bonnie Robinson
Bonnie RobinsonReporter
Will Keaney
Will KeaneyLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 2, 2021 at 6:39 PM
Updated September 16, 2021 at 1:37 PM
Resolved September 16, 2021 at 1:33 PM
Events whose description contains a URL with arguments that themselves contain URL-encoded characters, have that URL truncated in an unexpected way.
This does not affect event parameters, and does not respect CDATA tags in the event description.
Steps to reproduce:
1. Send an event, via eventd XML or ReST:
2. Find the event in the OpenNMS web UI, and compare the Description field to what was sent.
3. Find the
events.eventdescr
andevent_parameters.value
in the OpenNMS database, and compare them with each other and with what was sent.Expected result:
The full URL should appear in the event description, both in the web UI and in the database
Actual result:
The URL is truncated in the event description in both the web UI and the database, but the event parameter's value is not truncated.
The truncated form is
https://www.opennms.org/ReportSection?filter=FOO_BAR_BAZ2027
.