https://issues.apache.org/bugzilla/show_bug.cgi?id=51141

--- Comment #2 from asfbugzill...@eghm.net 2011-05-04 02:12:16 UTC ---
Further investigation reveals that the _jsp.java file produced from one of the
problematic jsps with Tomcat 6.0.28 is:
    _jspx_th_c_005fset_005f0.setValue((java.lang.Object)
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${basic_form}",
java.lang.Object.class, (PageContext)_jspx_page_context, null, false));

Tomcat 7.0.12:
    _jspx_th_c_005fset_005f0.setValue(new String("${basic_form}"));

-- 
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

Reply via email to