Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
940 | minor | always | 02-15-06 02:18 | 04-03-06 17:07 | |
|
|||||
Reporter: | tinyspace | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.16 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.17 | ||
|
|||||
Summary: | 0000940: resin can't parse jsp files with stanard JSTL taglibs. | ||||
Description: |
When I use resin 3.0.16. and A Jsp File is include this line " <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" [^] %> " An error Exception was throw like this: com.caucho.jsp.JspLineParseException: jar:file:/javawork/WEB/WEB-INF/lib/standard.jar!/META-INF/fn.tld:21: 'fn:contains' is an unknown function. at com.caucho.jsp.JspParseException.create(JspParseException.java:69) at com.caucho.jsp.TaglibManager.readTaglib(TaglibManager.java:236) at com.caucho.jsp.TaglibManager.getTaglib(TaglibManager.java:176) at com.caucho.jsp.ParseTagManager.addTaglib(ParseTagManager.java:252) at com.caucho.jsp.JspParser.processTaglib(JspParser.java:1632) at com.caucho.jsp.JspParser.processTaglibDirective(JspParser.java:1606) at com.caucho.jsp.JspParser.parseDirective(JspParser.java:1139) at com.caucho.jsp.JspParser.parseScriptlet(JspParser.java:1013) at com.caucho.jsp.JspParser.parseNode(JspParser.java:417) at com.caucho.jsp.JspParser.parseJsp(JspParser.java:328) at com.caucho.jsp.JspParser.parse(JspParser.java:252) .... And I redefine all the tlds files. remove the "<example>" labels. then it works fine. The errors throws because an <example> tag |
||||
Steps To Reproduce: | |||||
Additional Information: | if I use resin-3.0.14, it work fine. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|