Author: rjung
Date: Tue Nov 2 13:30:52 2010
New Revision: 1030037
URL: http://svn.apache.org/viewvc?rev=1030037&view=rev
Log:
Log the right JSP.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java?rev=1030037&r1=1030036&r2=1030037&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java
(original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Tue Nov
2 13:30:52 2010
@@ -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);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]