Bug report #420 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/420> REPORT #420 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious Confidence: public Environment: Release: version released with tomcat3.2beta8 JVM Release: jdk1.2.2 Operating System: NT OS Release: 4 Platform: intel p3 Synopsis: More information for bug 418 Description: JspReader.pushFile has the following comment on it /** * Push a new file to be parsed onto the stack. * @param inputFile The fully qualified path of the file. * @param encoding Optional encoding to read the file. */ Having stepped through the code, when a relative URL is placed in the include directive a relative path is passed in as the inputFile. Inspecting the local variable longName, this variable stores the correct path. Below is the command line call that I use. c:/progra~1/ibm/java13/bin/jdb "com.gtl.geneva.tools.build.jsp.TomcatJspC" -d "D:/ccm_wa/GENEVAWEB-ck4.2/GENEVAWEB/tmp/jspjava" -uribase "templates/html" -uriroot "D:/ccm_wa/WEB-ck4.2/WEB/site/src" "D:/ccm_wa/WEB-ck4.2/WEB/site/src/templates/html/master.jsp"Title: BugRat Report # 420
BugRat Report # 420
Project: Jasper | Release: version released with tomcat3.2beta8 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: serious |
Confidence:
public
|
Submitter:
Christopher Kirk ( [EMAIL PROTECTED] )
Date Submitted:
Nov 21 2000, 09:04:18 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- More information for bug 418
- Environment: (jvm, os, osrel, platform)
- jdk1.2.2, NT, 4, intel p3
- Additional Environment Description:
- Report Description:
- JspReader.pushFile has the following comment on it /** * Push a new file to be parsed onto the stack. * @param inputFile The fully qualified path of the file. * @param encoding Optional encoding to read the file. */ Having stepped through the code, when a relative URL is placed in the include directive a relative path is passed in as the inputFile. Inspecting the local variable longName, this variable stores the correct path. Below is the command line call that I use. c:/progra~1/ibm/java13/bin/jdb "com.gtl.geneva.tools.build.jsp.TomcatJspC" -d "D:/ccm_wa/GENEVAWEB-ck4.2/GENEVAWEB/tmp/jspjava" -uribase "templates/html" -uriroot "D:/ccm_wa/WEB-ck4.2/WEB/site/src" "D:/ccm_wa/WEB-ck4.2/WEB/site/src/templates/html/master.jsp"