Bug report #293 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/293> REPORT #293 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious Confidence: public Environment: Release: 3.1 JVM Release: 1.2.2_005 Operating System: Windows NT OS Release: 4.0 SP5 Platform: Classic VM (build JDK-1.2.2_005, native threads, symcjit) Synopsis: JSPC interprets the second <%@ include .. %> of the same file as recursive Description: If the same file appears in the JSP statement <%@ include file=<filename> %> more than one time JSPC reports "maybe this is a recursive include?!". org.apache.jasper.compiler.ParseException: Seen file foo.jsp already, maybe this is a recursive include?! at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java, Compile d Code) at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:127) at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspP arseEventListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(Delegat ingListener.java:116) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compi led Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java:1038) at org.apache.jasper.compiler.Parser.parse(Parser.java:1034) at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled C ode) at org.apache.jasper.JspC.parseFile(JspC.java, Compiled Code) at org.apache.jasper.JspC.parseFiles(JspC.java, Compiled Code) at org.apache.jasper.JspC.main(JspC.java:601) error:Seen file foo.jsp already, maybe this is a recursive include?! I didn't try 3.2beta, I seems the problem persist.Title: BugRat Report # 293
BugRat Report # 293
Project: Jasper | Release: 3.1 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: serious |
Confidence:
public
|
Submitter:
Alexey Yakovets ( [EMAIL PROTECTED] )
Date Submitted:
Oct 20 2000, 09:47:28 CDT
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- JSPC interprets the second <%@ include .. %> of the same file as recursive
- Environment: (jvm, os, osrel, platform)
- 1.2.2_005, Windows NT , 4.0 SP5, Classic VM (build JDK-1.2.2_005, native threads, symcjit)
- Additional Environment Description:
- Report Description:
-
If the same file appears in the JSP statement
<%@ include file=
%> more than one time JSPC reports "maybe this is a recursive include?!". org.apache.jasper.compiler.ParseException: Seen file foo.jsp already, maybe this is a recursive include?! at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java, Compile d Code) at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:127) at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspP arseEventListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(Delegat ingListener.java:116) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compi led Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java:1038) at org.apache.jasper.compiler.Parser.parse(Parser.java:1034) at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled C ode) at org.apache.jasper.JspC.parseFile(JspC.java, Compiled Code) at org.apache.jasper.JspC.parseFiles(JspC.java, Compiled Code) at org.apache.jasper.JspC.main(JspC.java:601) error:Seen file foo.jsp already, maybe this is a recursive include?! I didn't try 3.2beta, I seems the problem persist.
- How To Reproduce:
- null
- Workaround:
- null
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]