update 10 to 11

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2020-09-28 14:25:49 +02:00
parent a078d81003
commit fd0877939e
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/te
</P>
<big><b><A HREF="auth.html">LOGIN</A></b></big>
<p>
This demo uses a simple login module that stores its configuration in a properties file. There are other types of login module provided with the jetty distro. For full information, please refer to the <a href="http://www.eclipse.org/jetty/documentation/current/">Jetty 9 documentation</a>.
This demo uses a simple login module that stores its configuration in a properties file. There are other types of login module provided with the jetty distro. For full information, please refer to the <a href="http://www.eclipse.org/jetty/documentation/current/">Jetty documentation</a>.
</p>
<hr/>

View File

@ -12,7 +12,7 @@
<hr/>
<center><span style="color:red; font-variant:small-caps; font-weight:bold">Test Web Application Only - Do NOT Deploy in Production</span> </center>
<h1>Servlet 3.0/3.1/4.0 Test WebApp</h1>
<h1>Servlet 5.0 Test WebApp</h1>
<p>
This example tests some aspects of the servlet specification:<ul>

View File

@ -3,7 +3,7 @@
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache,no-store">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<title>Welcome to Jetty 10</title>
<title>Welcome to Jetty-11</title>
<style type="text/css" title="jetty">
@import url(jetty.css);
</style>
@ -13,7 +13,7 @@
<div id="header"></div>
<div id="content">
<h1>Welcome to Jetty 10</h1>
<h1>Welcome to Jetty 11</h1>
<p>
The Jetty project is a 100% Java <a
@ -33,7 +33,7 @@
<h2>tests ...</h2>
<ul>
<li><a href="/test/">Test Jetty Webapp</a></li>
<li><a href="/test-spec/">Servlet 4.0 Test</a></li>
<li><a href="/test-spec/">Servlet 5.0 Test</a></li>
<li><a href="/test-jaas/">JAAS Test</a></li>
<li><a href="/test-jndi/">JNDI Test</a></li>
<li><a href="/demo-async-rest/">Async Rest</a></li>