Of course you are free to check the HEAD or 3.5.0 code in CVS yourself ... <!--emo&

--><img src='@theme_images_path@/emotions/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--><br /><br />But since I have checked already, this has become:<br /><br />
1
2<c:if test='<%= (refreshRate != null) && (!refreshRate.equals("0")) %>'>
<br /><br />... so yes, the escaping has gone. Not sure on your concern with the original escaping ... looks JSP spec compliant to me. The CVS commit-log suggests that some of the commercial servlet containers couldn't cope with it.
Please sign in to flag this as inappropriate.