~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to examples/test-webapp/src/main/webapp/remote.html

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-04-29 07:36:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429073643-eo2x6y2fit4m6o66
Tags: 6.1.24-2
* Set JAVA_HOME in d/rules to /usr/lib/jvm/default-java. (Closes: #578618,
  #579469)
* Fix the installation of jetty-util5.jar. (Closes: #569328)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
  <HEAD>
 
3
    <TITLE>Powered By Jetty</TITLE>
 
4
    <META http-equiv="Pragma" content="no-cache">
 
5
    <META http-equiv="Cache-Control" content="no-cache,no-store">
 
6
  </HEAD>
 
7
<BODY>
 
8
<A HREF="http://jetty.mortbay.org"><IMG SRC="jetty_banner.gif"></A>
 
9
<h1>Welcome to Jetty 6</h1>
 
10
<p>
 
11
This is the Test webapp for the Jetty 6 HTTP Server and Servlet Container.  
 
12
For more information about Jetty, please visit our
 
13
<a href="http://jetty.mortbay.org">website</a>
 
14
or <a href="http://docs.codehaus.org/display/JETTY/Jetty+Wiki">wiki</a>. 
 
15
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
 
16
</p>
 
17
<p>
 
18
This is a test context that serves several demo filters and servlets.  However, these
 
19
test servlets are not safe for deployment on the internet as (by design) they contain
 
20
cross domain scripting vulnerabilities and reveal private information.  This page
 
21
is displayed because you have access the context from a non local IP address.
 
22
You can disable the remote address checking by editing the web.xml and changing the
 
23
"remote" init parameter to true for the TestFilter. Once the webapp has been reconfigured,
 
24
you can access the demonstrations <a href="index.html">here</a>, or <a href="http://127.0.0.1:8080/">here</a>
 
25
if you can access the local machine.
 
26
</p>
 
27
 
 
28
<p>
 
29
This webapp is deployed in $JETTY_HOME/webapp/test and configured by $JETTY_HOME/contexts/test.xml
 
30
</p>
 
31
 
 
32
</BODY>
 
33
</HTML>