Author: kkolinko Date: Fri Sep 22 00:19:23 2017 New Revision: 1809247 URL: http://svn.apache.org/viewvc?rev=1809247&view=rev Log: Update links to Servlet 4.0 specification. It seems that Java EE 8 javadoc has not been published yet.
Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/webapps/docs/appdev/introduction.xml tomcat/trunk/webapps/docs/index.xml Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1809247&r1=1809246&r2=1809247&view=diff ============================================================================== --- tomcat/trunk/BUILDING.txt (original) +++ tomcat/trunk/BUILDING.txt Fri Sep 22 00:19:23 2017 @@ -20,7 +20,7 @@ ==================================================== This subproject contains the source code for Tomcat @VERSION_MAJOR_MINOR@, a container that -implements the Servlet 4.0, JSP 2.4?, EL 3.1?, WebSocket 1.2? and JASPIC 1.1 +implements the Servlet 4.0, JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1 specifications from the Java Community Process <http://www.jcp.org/>. Note: If you just need to run Apache Tomcat, it is not necessary to build Modified: tomcat/trunk/webapps/docs/appdev/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/introduction.xml?rev=1809247&r1=1809246&r2=1809247&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/appdev/introduction.xml (original) +++ tomcat/trunk/webapps/docs/appdev/introduction.xml Fri Sep 22 00:19:23 2017 @@ -72,9 +72,8 @@ web applications with Tomcat.</p> and packaging JSP pages (Appendix A) is useful. The Javadoc API Documentation is included in the specification, and with the Tomcat download.</p></li> -<!-- TODO Servlet 4.0 --> -<li><p><a href="http://jcp.org/aboutJava/communityprocess/final/jsr340/index.html">http://jcp.org/aboutJava/communityprocess/final/jsr340/index.html</a> - - <i>Servlet API Specification, Version 3.1</i>. Describes the +<li><p><a href="https://jcp.org/aboutJava/communityprocess/final/jsr369/index.html">https://jcp.org/aboutJava/communityprocess/final/jsr369/index.html</a> - + <i>Servlet API Specification, Version 4.0</i>. Describes the programming environment that must be provided by all servlet containers conforming to this specification. In particular, you will need this document to understand the web application Modified: tomcat/trunk/webapps/docs/index.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/index.xml?rev=1809247&r1=1809246&r2=1809247&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/index.xml (original) +++ tomcat/trunk/webapps/docs/index.xml Fri Sep 22 00:19:23 2017 @@ -161,12 +161,14 @@ are responsible for installing, configur - Complete documentation and HOWTOs on the JK native webserver connector, used to interface Apache Tomcat with servers like Apache HTTPd, IIS and others.</li> -<li>Servlet 3.1 - <a href="http://jcp.org/aboutJava/communityprocess/final/jsr340/index.html"> - <strong>Specification</strong></a> and +<li>Servlet 4.0 + <a href="https://jcp.org/aboutJava/communityprocess/final/jsr369/index.html"> + <strong>Specification</strong></a> +<!-- TODO: Link to Java EE 8 Javadoc when it becomes available. /javaee/8/ returns 404. + and <a href="http://docs.oracle.com/javaee/7/api/javax/servlet/package-summary.html"> <strong>Javadoc</strong></a> - <p>TODO Servlet 4.0</p> +--> </li> <li>JSP 2.3 <a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org