Skip to main content
summaryrefslogtreecommitdiffstats
blob: d54c44f5e25c36ff9967ec56cd2b1e67297fb007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<HTML>
  <HEAD>
    <TITLE>Powered By Jetty</TITLE>
    <META http-equiv="Pragma" content="no-cache">
    <META http-equiv="Cache-Control" content="no-cache,no-store">
  </HEAD>
<BODY>
<A HREF="http://jetty.eclipse.org"><IMG SRC="jetty_banner.gif"></A>
<h1>Welcome to Jetty 7 - REMOTE ACCESS!!</h1>
<p>
This is the Test webapp for the Jetty 7 HTTP Server and Servlet Container.  
For more information about Jetty, please visit our
<a href="http://jetty.eclipse.org">website</a>
or <a href="http://docs.codehaus.org/display/JETTY/Jetty+Wiki">wiki</a>. 
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
</p>
<p>
This test context serves several demo filters and servlets
that are not safe for deployment on the internet, since (by design) they contain 
cross domain scripting vulnerabilities and reveal private information.  This page
is displayed because you have accessed this context from a non local IP address.
</p>
<p>
You can disable the remote address checking by editing contexts/test.d/override-web.xml and changing the
"remote" init parameter to true for the TestFilter. 
</p>
<p>
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
</p>

</BODY>
</HTML>

Back to the top