This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c6d69a0583 Fix build
c6d69a0583 is described below
commit c6d69a0583547d0910d906b15ae6b4c1997cb9d9
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 30 20:53:52 2026 +0100
Fix build
---
java/org/apache/jasper/JspCompilationContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/jasper/JspCompilationContext.java
b/java/org/apache/jasper/JspCompilationContext.java
index 6f1139f3ee..c4bf6bc5a2 100644
--- a/java/org/apache/jasper/JspCompilationContext.java
+++ b/java/org/apache/jasper/JspCompilationContext.java
@@ -483,7 +483,7 @@ public class JspCompilationContext {
uc.getInputStream().close();
} catch (Exception e) {
if (log.isDebugEnabled()) {
-
log.debug(Localizer.getMessage("jsp.error.lastModified", getJspFile()), ioe);
+
log.debug(Localizer.getMessage("jsp.error.lastModified", getJspFile()), e);
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]