You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/07/19 04:57:48 UTC

svn commit: r795467 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Sun Jul 19 02:57:48 2009
New Revision: 795467

URL: http://svn.apache.org/viewvc?rev=795467&view=rev
Log:
proposal

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=795467&r1=795466&r2=795467&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Jul 19 02:57:48 2009
@@ -180,3 +180,11 @@
   http://svn.apache.org/viewvc?rev=795210&view=rev
   +1: markt, kkolinko
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47413
+  First part of a composite EL expression "${a}${b}" was not coerced to String
+  Without coercion, the concatenation of ((Object)null) + string results in
+  "null" being printed.
+  http://svn.apache.org/viewvc?rev=795466&view=rev
+  +1: kkolinko
+  -1: 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org