Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004258 [Resin] major always 10-13-10 15:30 11-02-10 14:34
Reporter nfedorov View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.13 Product Version 4.0.10
  Product Build
Summary 0004258: JSP Compiler error when using 3 or more nested custom tags
Description Minimal JSP sample to reproduce:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %>
<c:url>
    <jsp:attribute name="value">
        <c:url>
            <jsp:attribute name="value">
                <c:url value="PASSED"/>
            </jsp:attribute>
        </c:url>
    </jsp:attribute>
</c:url>

Expected result:
PASSED

Result under Resin 4.0.10:

  Cause: /templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8 = _jsp_state.get_jsp_CoreUrlTag_8(pageContext, _jsp_parent_tag);
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doStartTag();
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doEndTag();
      ^
3 errors
  Cause: /templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8 = _jsp_state.get_jsp_CoreUrlTag_8(pageContext, _jsp_parent_tag);
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doStartTag();
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doEndTag();
      ^
3 errors
com.caucho.jsp.JspParseException: /templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8 = _jsp_state.get_jsp_CoreUrlTag_8(pageContext, _jsp_parent_tag);
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doStartTag();
      ^
/templates/jsp/resin.jsp:7: cannot find symbol
symbol : variable _jsp_CoreUrlTag_8
location: class _jsp._templates._jsp._resin__jsp
      _jsp_CoreUrlTag_8.doEndTag();
      ^
3 errors
    at com.caucho.jsp.JspCompilerInstance.compile(JspCompilerInstance.java:463)
    at com.caucho.jsp.JspManager.compile(JspManager.java:260)
    at com.caucho.jsp.JspManager.createPage(JspManager.java:189)
    at com.caucho.jsp.JspManager.createPage(JspManager.java:170)
    at com.caucho.jsp.PageManager.getPage(PageManager.java:339)
    at com.caucho.jsp.PageManager.getPage(PageManager.java:269)
    at com.caucho.jsp.PageManager.getPage(PageManager.java:252)
    at com.caucho.jsp.QServlet.getSubPage(QServlet.java:295)
    at com.caucho.jsp.QServlet.getPage(QServlet.java:210)
    at com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:237)
    at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:144)
...
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004808)
ferg
11-02-10 14:34

jsp/1cje
 

- Issue History
Date Modified Username Field Change
10-13-10 15:30 nfedorov New Issue
11-02-10 14:34 ferg Note Added: 0004808
11-02-10 14:34 ferg Assigned To  => ferg
11-02-10 14:34 ferg Status new => closed
11-02-10 14:34 ferg Resolution open => fixed
11-02-10 14:34 ferg Fixed in Version  => 4.0.13


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker