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

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


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

commit d6597789356e49129da9155b07d3a021596f26af
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 e0015ff6b4..f2ad21e9c5 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]

Reply via email to