Fixed
Details
Assignee
Markus von RüdenMarkus von Rüden(Deactivated)Reporter
Jeff GehlbachJeff GehlbachComponents
Sprint
NoneAffects versions
Priority
Major
Details
Details
Assignee
Markus von Rüden
Markus von Rüden(Deactivated)Reporter
Jeff Gehlbach
Jeff GehlbachComponents
Sprint
None
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 1, 2019 at 8:54 PM
Updated July 6, 2022 at 5:52 PM
Resolved May 22, 2019 at 2:12 PM
Steps to reproduce:
1) Provision at least one node
2) Visit
/element/node.jsp?node=12345
where 12345 is any integer that's not a valid node DB ID.Expected result: Error page reading "Node ID not found"
Actual result: Completely empty page— not just devoid of renderable content; view-source shows no content whatsoever
Clue: Specifying a non-integer value for the
node
parameter gives the expected "Node ID not found" page, albeit with detail text indicating that the data type is incorrect.