https://issues.apache.org/bugzilla/show_bug.cgi?id=47413
--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-07-18 20:06:35 PST --- I've debugged the issue (the one, demonstrated by example jsp attached in comment #4) If you look to what java code is generated for <c:set var="foo" value="${foo}${undefined}"/> you will see, that the first part of the value expression is constrained to Object. That is wrong, because both ${foo} and ${undefined} should be constrained to String. I fixed it in trunk and proposed for 6.0. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org