Author: markt Date: Mon Jan 11 19:34:24 2010 New Revision: 898025 URL: http://svn.apache.org/viewvc?rev=898025&view=rev Log: Propose EL patch
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=898025&r1=898024&r2=898025&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Jan 11 19:34:24 2010
@@ -188,3 +188,21 @@
https://issues.apache.org/bugzilla/attachment.cgi?id=24827
+1: markt
-1:
+
+* Fix various EL issues (with test cases) including BZ47413#c8 & BZ48112
+ The actual fixes
+ svn copy
https://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java
+
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/AttributeParser.java
+ http://people.apache.org/~markt/patches/2010-01-11-el-part1.patch
+ Updates required to generated files after fixes above
+ http://people.apache.org/~markt/patches/2010-01-11-el-part2.patch
+ The new test cases
+ svn copy
https://svn.apache.org/repos/asf/tomcat/trunk/test/org/apache/jasper/compiler/TestAttributeParser.java
+
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestAttributeParser.java
+ svn copy
https://svn.apache.org/repos/asf/tomcat/trunk/test/org/apache/el/TestELEvaluation.java
+
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/test/org/apache/el/TestELEvaluation.java
+ svn copy
https://svn.apache.org/repos/asf/tomcat/trunk/test/org/apache/el/TesterFunctions.java
+
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/test/org/apache/el/TesterFunctions.java
+ +1: markt
+ -1:
+
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
