From 0cc72a49c8af93790031a13eeb0f54ae88e1a549 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 22 Aug 2009 17:42:15 +0000 Subject: [PATCH] "page or resource" indication on 404 console error page. --- apps/routerconsole/jsp/error.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/error.jsp b/apps/routerconsole/jsp/error.jsp index 33adb413d..b900d29a1 100644 --- a/apps/routerconsole/jsp/error.jsp +++ b/apps/routerconsole/jsp/error.jsp @@ -24,6 +24,6 @@ if (System.getProperty("router.consoleNonce") == null) { <%@include file="summary.jsp" %>

<%=ERROR_CODE%> <%=ERROR_MESSAGE%>

-Sorry! You appear to be requesting a non-existent Router Console page.
+Sorry! You appear to be requesting a non-existent Router Console page or resource.
Error 404: <%=ERROR_URI%> not found.