billbarker 2004/01/14 00:39:14 Modified: src/examples/jsp/forward two.html src/webpages index.html src/webpages/docs/api/javax/servlet/jsp/tagext VariableInfo.html Log: Part two of fixing way-too-much-time-on-their-hands patch. Note: The JSP 1.1 docs *don't* include the javadocs, which is the only reason that I'm changing Tomcat's version. Fix for bug #12307. Submitted By: Larry Shatzer [EMAIL PROTECTED] Revision Changes Path 1.3 +1 -1 jakarta-tomcat/src/examples/jsp/forward/two.html Index: two.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/two.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- two.html 20 Oct 1999 23:18:42 -0000 1.2 +++ two.html 14 Jan 2004 08:39:14 -0000 1.3 @@ -7,5 +7,5 @@ <body bgcolor="white"> <font color="red"> -VM Memory usage > 50%. +VM Memory usage > 50%. </html> 1.28 +2 -2 jakarta-tomcat/src/webpages/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- index.html 28 Mar 2002 02:29:00 -0000 1.27 +++ index.html 14 Jan 2004 08:39:14 -0000 1.28 @@ -16,7 +16,7 @@ <ul> <li> <font face="Courier New, Courier, - mono"></path/to/tomcat>/webpages/index.html</font></li> + mono"></path/to/tomcat>/webpages/index.html</font></li> </ul> Included within this release are functional examples with associated source code, API documentation for servlets and JSP, a <b>README</b>, a technical @@ -41,7 +41,7 @@ <b><a href="doc/index.html">Tomcat Documentation</a></b> including Tomcat User's Guide and HOWTOs</li> <br> </ul> -The README file, which can be found at </path/to/tomcat>/README, contains +The README file, which can be found at </path/to/tomcat>/README, contains a list of known bugs, incompatibilities and limitations. <p>You can find more information about the Servlet and JSP technologies at: 1.4 +3 -3 jakarta-tomcat/src/webpages/docs/api/javax/servlet/jsp/tagext/VariableInfo.html Index: VariableInfo.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/webpages/docs/api/javax/servlet/jsp/tagext/VariableInfo.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- VariableInfo.html 5 Apr 2001 02:01:51 -0000 1.3 +++ VariableInfo.html 14 Jan 2004 08:39:14 -0000 1.4 @@ -218,9 +218,9 @@ by this action <pre> - NESTED ==> variable is visible only within the start/end tags - AT_BEGIN ==> variable is visible after start tag - AT_END ==> variable is visible after end tag + NESTED ==> variable is visible only within the start/end tags + AT_BEGIN ==> variable is visible after start tag + AT_END ==> variable is visible after end tag </pre></DL> <HR>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]