This is the Test webapp for the Jetty 6 HTTP Server and Servlet Container. For more information about Jetty, please visit our website or wiki. Commercial support for Jetty is available via webtide.
This is a test context that serves several demo filters and servlets. However, these test servlets are not safe for deployment on the internet as (by design) they contain cross domain scripting vulnerabilities and reveal private information. This page is displayed because you have access the context from a non local IP address. You can disable the remote address checking by editing the web.xml and changing the "remote" init parameter to true for the TestFilter. Once the webapp has been reconfigured, you can access the demonstrations here, or here if you can access the local machine.
This webapp is deployed in $JETTY_HOME/webapp/test and configured by $JETTY_HOME/contexts/test.xml