You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hu...@apache.org on 2017/11/30 02:09:00 UTC

svn commit: r1816673 - /tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html

Author: huxing
Date: Thu Nov 30 02:08:59 2017
New Revision: 1816673

URL: http://svn.apache.org/viewvc?rev=1816673&view=rev
Log:
Servlet 4.0 is officially released

Modified:
    tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html

Modified: tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html?rev=1816673&r1=1816672&r2=1816673&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html (original)
+++ tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html Thu Nov 30 02:08:59 2017
@@ -167,7 +167,7 @@ for clarity.</p>
 </tr>
 
 <tr>
-  <th colspan="3">Servlet 4.0 Early Preview examples</th>
+  <th colspan="3">Servlet 4.0 Server Push examples</th>
 </tr>
 <tr>
   <td>HTTP/2 server push</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1816673 - /tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html

Posted by Mark Thomas <ma...@apache.org>.
On 30/11/2017 02:09, huxing@apache.org wrote:
> Author: huxing
> Date: Thu Nov 30 02:08:59 2017
> New Revision: 1816673
> 
> URL: http://svn.apache.org/viewvc?rev=1816673&view=rev
> Log:
> Servlet 4.0 is officially released
> 
> Modified:
>     tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html
> 
> Modified: tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html
> URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html?rev=1816673&r1=1816672&r2=1816673&view=diff
> ==============================================================================
> --- tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html (original)
> +++ tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html Thu Nov 30 02:08:59 2017
> @@ -167,7 +167,7 @@ for clarity.</p>
>  </tr>
>  
>  <tr>
> -  <th colspan="3">Servlet 4.0 Early Preview examples</th>
> +  <th colspan="3">Servlet 4.0 Server Push examples</th>

Since this is Tomcat 8 and Servlet 4.0 is not supported that link is
correct - it does link to the Servlet 4.0 early preview examples (they
depend on a Tomcat specific package rather than the spec API for Servlet
4.0 features).

Give that the early preview has been deprecated I'm going to remove the
early preview examples entirely from Tomcat 8.5.x. We want to encourage
folks to use Tomcat 9 for Servlet 4.0 where they'll get the full API in
the right package (rather than a partial implementation in a Tomncat
specific package).

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org