Details
Description
The BundleBasicNoJpf test has the following two lines in the index.jsp that are invalid expressions according to the JSP 2.0 EL spec:
<li><b>[</b><netui:span value='${bundle["foo"].$$}'/><b>]</b>
<li><b>[</b><netui:span value='${bundle["bar"].$$}'/><b>]</b>
These should be omitted from the test. Other parts of the test are still valid.
I will attach a patch to this issue here shortly, if you choose to resolve it in this manner.