Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000940 [Resin] minor always 02-15-06 02:18 04-03-06 17:07
Reporter tinyspace View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.17 Product Version 3.0.16
  Product Build
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.
Attached Files

- Relationships

- Notes
(0001004)
ferg
04-03-06 17:07

jsp/18ia
 

- Issue History
Date Modified Username Field Change
02-15-06 02:18 tinyspace New Issue
04-03-06 17:07 ferg Note Added: 0001004
04-03-06 17:07 ferg Assigned To  => ferg
04-03-06 17:07 ferg Status new => closed
04-03-06 17:07 ferg Resolution open => fixed
04-03-06 17:07 ferg Fixed in Version  => 3.0.17


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