Author: rjung
Date: Fri Sep 19 02:13:57 2008
New Revision: 697002
URL: http://svn.apache.org/viewvc?rev=697002&view=rev
Log:
Add backport proposals (EL).
I put the whitespace cleanup backport proposal in
front of Mark's last EL addition, because it was
applied to trunk earlier and makes backporting
Mark's change easier.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=697002&r1=697001&r2=697002&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Sep 19 02:13:57 2008
@@ -215,6 +215,11 @@
0: remm (maybe, don't know ...), pero ( Is close and timeout also working
with APR?)
-1:
+* Tab and trailing space cleanup of EL.
+ http://svn.apache.org/viewvc?rev=696702&view=rev
+ +1: rjung
+ -1:
+
* More EL fixes. Add lookaheads to prevent parsing ambiguity
http://svn.apache.org/viewvc?rev=696780&view=rev (the change)
http://svn.apache.org/viewvc?rev=696782&view=rev (the auto generated code)
@@ -225,3 +230,23 @@
http://svn.apache.org/viewvc?rev=696810&view=rev
+1: markt
-1:
+
+* Use generics in EL to improve type safetyness.
+ Please check readExternal() in FunctionMapperImpl
+ and VariableMapperImpl. The type of the persisted
+ Map does change. Does this pose a consistency
+ problem with other components or older, already
+ persisted Maps?
+ http://svn.apache.org/viewvc?rev=696714&view=rev
+ +1: rjung
+ -1:
+
+* Fix ClassCastException in EL ExpressionBuilder when we
+ try to cast a NullPointerException to an ELException.
+ I still need to investigate where the NPE came from,
+ but simply casting seems unsafe in any case.
+ Use a cast if possible and recreate exception
+ otherwise.
+ http://svn.apache.org/viewvc?rev=696716&view=rev
+ +1: rjung
+ -1:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]