Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv17006
Modified Files:
Tag: MMBase-1_8
ContextTag.java
Log Message:
MMB-1801
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
See also: http://www.mmbase.org/jira/browse/MMB-1801
Index: ContextTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextTag.java,v
retrieving revision 1.87.2.6
retrieving revision 1.87.2.7
diff -u -b -r1.87.2.6 -r1.87.2.7
--- ContextTag.java 6 Mar 2009 09:51:10 -0000 1.87.2.6
+++ ContextTag.java 6 Apr 2009 09:27:12 -0000 1.87.2.7
@@ -45,7 +45,7 @@
* </p>
*
* @author Michiel Meeuwissen
- * @version $Id: ContextTag.java,v 1.87.2.6 2009/03/06 09:51:10 michiel Exp $
+ * @version $Id: ContextTag.java,v 1.87.2.7 2009/04/06 09:27:12 michiel Exp $
* @see ImportTag
* @see WriteTag
*/
@@ -173,7 +173,7 @@
if (((PageContextBacking)
prevPc.getBacking()).getPageContext() != pageContext) {
ServletRequest prevReq = unwrap(((PageContextBacking)
prevPc.getBacking()).getPageContext().getRequest());
if (prevReq != unwrap(pageContext.getRequest())) {
- log.warn("found a pagecontext container for a
different request (" + prevReq + " != '" + pageContext.getRequest() + "').
Repairing");
+ log.debug("found a pagecontext container for a
different request (" + prevReq + " != '" + pageContext.getRequest() + "').
Repairing");
} else {
log.debug("found a pagecontext container for a
different pageContext. Repairing");
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs