Update test webapp page headings to Jetty 10.

This commit is contained in:
Jan Bartel 2019-04-17 15:18:38 +10:00
parent 9311fdd9c3
commit f7354bc90e
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
<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>Welcome to Jetty 9</h1>
<h1>Welcome to Jetty 10</h1>
<p>
This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container.
This is the Test webapp for the Jetty 10 HTTP Server and Servlet Container.
It is configured as a jetty base directory in $JETTY_HOME/demo_base.
</p>

View File

@ -24,7 +24,7 @@ This example tests some aspects of the servlet 3.1 specification:<ul>
The source repository for this test is available <a href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-servlet-spec">here</a>.
</p>
<h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>
<h3>Test Servlet 2.5/3.1 Annotations, Fragments and Initializers</h3>
<form action="test" method="post">
<button type="submit">Test</button>
</form>