JSPでのスクリプトレット内での注意事項

Tomcat5.5.27からは以下のような書き方はできなくなったようだ。。

<input type="text" name="sample" value="<%= varA + ", " + varB %>">

こんな例外が出る。

Attribute value varA + ", " + varB is quoted with " which must be escaped when used within the value

対応方法は以下にありました。素晴らしい。
http://ameblo.jp/archive-redo-blog/entry-10299419792.html