Update test webapp page headings to Jetty 10.
This commit is contained in:
parent
9311fdd9c3
commit
f7354bc90e
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue