From 5f69945b33ea406894f13a0c1f7a9b0cf0553a74 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Thu, 22 Nov 2012 21:52:56 +1100 Subject: [PATCH] Update remote.html text for jetty-9 --- .../test-jetty-webapp/src/main/webapp/remote.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test-webapps/test-jetty-webapp/src/main/webapp/remote.html b/tests/test-webapps/test-jetty-webapp/src/main/webapp/remote.html index d54c44f5e25..343eaf9e068 100644 --- a/tests/test-webapps/test-jetty-webapp/src/main/webapp/remote.html +++ b/tests/test-webapps/test-jetty-webapp/src/main/webapp/remote.html @@ -6,12 +6,12 @@ -

Welcome to Jetty 7 - REMOTE ACCESS!!

+

Welcome to Jetty 9 - REMOTE ACCESS!!

-This is the Test webapp for the Jetty 7 HTTP Server and Servlet Container. +This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container. For more information about Jetty, please visit our website -or wiki. +or documentation. Commercial support for Jetty is available via webtide.

@@ -21,12 +21,12 @@ cross domain scripting vulnerabilities and reveal private information. This pag is displayed because you have accessed this context from a non local IP address.

-You can disable the remote address checking by editing contexts/test.d/override-web.xml and changing the +You can disable the remote address checking by editing webapps/test.d/override-web.xml and changing the "remote" init parameter to true for the TestFilter.

-This webapp is deployed in $JETTY_HOME/webapp/test and configured by $JETTY_HOME/contexts/test.xml -and $JETTY_HOME/contexts/test.d/override-web.xml +This webapp is deployed in $JETTY_HOME/webapps/test and configured by $JETTY_HOME/webapps/test.xml +and $JETTY_HOME/webapps/test.d/override-web.xml