From fa121b6ae830b22d6ddc2d48740ae61d2d81eb00 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 2 Sep 2010 09:08:46 +0000 Subject: [PATCH] Update the Servlet, JSP & EL javadoc links and add spec links. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@991867 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 4 ++++ webapps/docs/index.xml | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 81ceb45b3..5d926703e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -161,6 +161,10 @@ 49585: Update JSVC documentation to reflect new packaging of Commons Daemon. (markt) + + Update the Servlet, JSP and EL Javadoc links to link to the + specifications and the relevant part of the Java EE 6 Javadoc. (markt) + diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml index a93eb4c40..b913b8df8 100644 --- a/webapps/docs/index.xml +++ b/webapps/docs/index.xml @@ -149,11 +149,19 @@ are responsible for installing, configuring, and operating an Apache Tomcat serv - Complete documentation and HOWTOs on the JK native webserver connector, used to interface Apache Tomcat with servers like Apache HTTPd, IIS and others. - -
  • - Servlet API Javadocs - The Servlet 2.5 API Javadocs.
  • -
  • - JSP API Javadocs - The JSP 2.1 API Javadocs.
  • +
  • Servlet 3.0 + + Specification and + + Javadoc +
  • +
  • + JSP 2.2 and EL 2.2 Specifications, + + JSP 2.2 Javadoc (note it is labelled as JSP 2.1), + + EL 2.2 Javadoc +
  • -- 2.11.0