You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/11/02 14:30:52 UTC

svn commit: r1030037 - /tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org