This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new b71c11c8fa Fix build
b71c11c8fa is described below

commit b71c11c8fa082279fca8cb798db6222eb2e091f0
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 a4fc0877d7..56418eecdd 100644
--- a/java/org/apache/jasper/JspCompilationContext.java
+++ b/java/org/apache/jasper/JspCompilationContext.java
@@ -484,7 +484,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]

Reply via email to