OpenNMS does not have a default 404 page not found handler under jetty. If a user tries to access an invalid url (ex: http://localhost:8980/opennms/pagenotfound.jsp ), then they get the default jetty error page.
Acceptance / Success Criteria
None
Attachments
1
Lucidchart Diagrams
Activity
Show:
Benjamin Reed June 24, 2013 at 1:22 PM
merged to 1.12
Ron Roskens September 2, 2012 at 10:56 PM
Fixed 404 page for ROOT webappp.
Ron Roskens September 2, 2012 at 7:07 PM
The attached patch adds a page not found (404) handler to the ROOT webapp, and also for /opennms/.
OpenNMS does not have a default 404 page not found handler under jetty. If a user tries to access an invalid url (ex: http://localhost:8980/opennms/pagenotfound.jsp ), then they get the default jetty error page.