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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
In 7.0.52 the text of index_jspx.java contains:

[[[
  private boolean _jspx_meth_my_005fmytag_005f0(javax.servlet.jsp.PageContext
_jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  my:mytag
    org.apache.jsp.tag.webmytag_tagx _jspx_th_my_005fmytag_005f0 = (new
org.apache.jsp.tag.webmytag_tagx());
    _jsp_instancemanager.newInstance(_jspx_th_my_005fmytag_005f0);
    _jspx_th_my_005fmytag_005f0.setJspContext(_jspx_page_context);
    // /index.jspx(27,3) null
    _jspx_th_my_005fmytag_005f0.setDynamicAttribute(null, "data-test2",
"window.alert('Hello World!')");
    // /index.jspx(27,3) null
    _jspx_th_my_005fmytag_005f0.setDynamicAttribute(null, "data-test",
(java.lang.Object)
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("window.alert(&#039;Hello
${world}!&#039;)", java.lang.Object.class,
(javax.servlet.jsp.PageContext)_jspx_page_context, null, false));
    _jspx_th_my_005fmytag_005f0.doTag();
    _jsp_instancemanager.destroyInstance(_jspx_th_my_005fmytag_005f0);
    return false;
  }
]]]

So I wonder why is it "window.alert(&#039;Hello ${world}!&#039;)" ,

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