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

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


The following commit(s) were added to refs/heads/main by this push:
     new eaced3585a Fix build
eaced3585a is described below

commit eaced3585a9420f4d2f7e0ab4060966c644b4d45
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