From a97a0a2db24487c4d22ecf959f31b1fea314c579 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 29 Jul 2013 10:54:07 +0100 Subject: [PATCH] change a jsp page (make a link a real link) --- statpages/ServicesStatus.jsp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/statpages/ServicesStatus.jsp b/statpages/ServicesStatus.jsp index 533f172..b9c4fb2 100644 --- a/statpages/ServicesStatus.jsp +++ b/statpages/ServicesStatus.jsp @@ -17,7 +17,9 @@ TODO refactor

JABAWS Services Status

-

Server: ${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}

+

Server: + +${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}


All the services were tested while this page was loading. If you want to test the services again, just reload this page. Click on the service status to see the results of the testing.

@@ -74,4 +76,4 @@ the HTTP code response service checker. It responds with HTTP status code depend of the web service. For more information please refer to Testing JABAWS server help page.

- \ No newline at end of file + -- 1.7.10.2