Skip to:
Minor bug: on the "About" page (http://opennms.example.com:8980/opennms/about/index.jsp) there is a link (named the same as the release version) to the release notes.
For version 22.0.0 (at least from the Docker container), that has a spurious space, leading to the wrong link http://docs.opennms.org/opennms/releases/22.0.0%20/releasenotes/releasenotes.html (which yields a 404 Not Found).
I expect there's just a stray space somewhere in the JSP template.
Thanks for the report, Mike. Your analysis was dead on.Fixed with commit:https://github.com/OpenNMS/opennms/commit/1356aea0c0a56b03d3304d9327d7a8483f8f2498#diff-75cd2b07a59fba276c197cacd0c86cab
-jeff
Minor bug: on the "About" page (http://opennms.example.com:8980/opennms/about/index.jsp) there is a link (named the same as the release version) to the release notes.
For version 22.0.0 (at least from the Docker container), that has a spurious space, leading to the wrong link http://docs.opennms.org/opennms/releases/22.0.0%20/releasenotes/releasenotes.html (which yields a 404 Not Found).
I expect there's just a stray space somewhere in the JSP template.