git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@491603
13f79535-47bb-0310-9956-
ffa450edef68
// Read both files in, so we can inspect them
String[] jspLines = readFile
- (this.ctxt.getResourceAsStream(this.ctxt.getJspFile()));
+ (this.ctxt.getResourceAsStream(detail.getJspFileName()));
String[] javaLines = readFile
(new FileInputStream(this.ctxt.getServletJavaFileName()));
</properties>
<body>
+<section name="Tomcat 6.0.8 (remm)">
+ <subsection name="Jasper">
+ <changelog>
+ <fix>
+ When displaying JSP source after an exception, handle included files.
+ (markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 6.0.7 (remm)">
<subsection name="General">
<changelog>