Author: markt Date: Thu Feb 17 23:08:43 2011 New Revision: 1071830 URL: http://svn.apache.org/viewvc?rev=1071830&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50804 Update Servlet 2.5 and JSP 2.1 Javadoc links
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/index.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1071830&r1=1071829&r2=1071830&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Feb 17 23:08:43 2011 @@ -57,6 +57,14 @@ </fix> </changelog> </subsection> + <subsection name="Webapps"> + <changelog> + <fix> + <bug>50804</bug>: Update links for Servlet 2.5 and JSP 2.1 Javadoc. + (markt) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 6.0.32 (jfclere)" rtext="released 2011-02-03"> <subsection name="Catalina"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/index.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/index.xml?rev=1071830&r1=1071829&r2=1071830&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/index.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/index.xml Thu Feb 17 23:08:43 2011 @@ -149,9 +149,9 @@ 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><a href="http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/index.html"> +<li><a href="http://download.oracle.com/docs/cd/E17802_01/products/products/servlet/2.5/docs/servlet-2_5-mr2/"> <strong>Servlet API Javadocs</strong></a> - The Servlet 2.5 API Javadocs.</li> -<li><a href="http://java.sun.com/products/jsp/2.1/docs/jsp-2_1-pfd2/index.html"> +<li><a href="http://download.oracle.com/docs/cd/E17802_01/products/products/jsp/2.1/docs/jsp-2_1-pfd2/index.html"> <strong>JSP API Javadocs</strong></a> - The JSP 2.1 API Javadocs.</li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org