Author: markt
Date: Thu Sep 25 03:54:02 2008
New Revision: 698922
URL: http://svn.apache.org/viewvc?rev=698922&view=rev
Log:
Fix cut and paste error in JSP EL examples
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=698922&r1=698921&r2=698922&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Sep 25 03:54:02 2008
@@ -106,11 +106,6 @@
+1: pero
-1:
-* Fix cut and paste error in JSP EL examples
- http://svn.apache.org/viewvc?rev=694791&view=rev
- +1: markt, remm, rjung
- -1:
-
* Fix log a warning if we create maxThreads
http://svn.apache.org/viewvc?rev=694951&view=rev
+1: markt
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=698922&r1=698921&r2=698922&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Sep 25 03:54:02 2008
@@ -108,6 +108,9 @@
Use more generics in EL to improve type safety. (rjung)
</update>
<fix>
+ Correct typo in JSP EL examples. (markt)
+ </fix>
+ <fix>
<bug>45511</bug>: The failure of the <code>empty</code> keyword was a
regression caused by the previous fix for <bug>42565</bug>. The
original
fix for <bug>42565</bug> has been reverted and a new fix applied.
Modified:
tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp?rev=698922&r1=698921&r2=698922&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
(original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp Thu
Sep 25 03:54:02 2008
@@ -52,8 +52,8 @@
<td>${1 > (4/2)}</td>
</tr>
<tr>
- <td>\${1 > (4/2)}</td>
- <td>${1 > (4/2)}</td>
+ <td>\${1 gt (4/2)}</td>
+ <td>${1 gt (4/2)}</td>
</tr>
<tr>
<td>\${4.0 >= 3}</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]