From: rjung Date: Tue, 2 Nov 2010 13:30:52 +0000 (+0000) Subject: Log the right JSP. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a0ef05307a2a215b59af6b0627cebaa84f1bad8e;p=tomcat7.0 Log the right JSP. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1030037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/JspRuntimeContext.java b/java/org/apache/jasper/compiler/JspRuntimeContext.java index d7f9290c8..b663e5d21 100644 --- a/java/org/apache/jasper/compiler/JspRuntimeContext.java +++ b/java/org/apache/jasper/compiler/JspRuntimeContext.java @@ -247,7 +247,7 @@ public final class JspRuntimeContext { if (replaced != null) { if (log.isDebugEnabled()) { log.debug(Localizer.getMessage("jsp.message.jsp_removed_excess", - jsw.getJspUri(), context.getContextPath())); + replaced.getJspUri(), context.getContextPath())); } unloadJspServletWrapper(replaced); }