mcardle 2005/09/06 18:01:07 CEST
Modified files:
src/view/jsp searchresult.jsp sitemap.jsp
Log:
* prevents caching sitemap and searchresult with ESI (temporary data
integrity measure)
Revision Changes Path
1.23 +5 -0 corporate_portal_templates/src/view/jsp/searchresult.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/searchresult.jsp.diff?r1=1.22&r2=1.23&f=h
1.14 +5 -0 corporate_portal_templates/src/view/jsp/sitemap.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/sitemap.jsp.diff?r1=1.13&r2=1.14&f=h
Index: searchresult.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/searchresult.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- searchresult.jsp 31 Aug 2005 10:07:21 -0000 1.22
+++ searchresult.jsp 6 Sep 2005 16:01:07 -0000 1.23
@@ -1,3 +1,8 @@
+<%-- TODO: We are not currently caching the engines with ESI, do it. --%>
+<%@ taglib uri="/WEB-INF/tld/jesi-tags" prefix="jesi" %>
+<%-- Don't cache the engines with ESI: --%>
+<jesi:control cache="no"/>
+
<%@ include file="include/header.inc"%>
<%@ page import="org.jahia.data.search.*" %>
<%@ page import="org.jahia.engines.search.*" %>
Index: sitemap.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/sitemap.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sitemap.jsp 31 Aug 2005 10:07:21 -0000 1.13
+++ sitemap.jsp 6 Sep 2005 16:01:07 -0000 1.14
@@ -1,3 +1,8 @@
+<%-- TODO: We are not currently caching the engines with ESI, do it. --%>
+<%@ taglib uri="/WEB-INF/tld/jesi-tags" prefix="jesi" %>
+<%-- Don't cache the engines with ESI: --%>
+<jesi:control cache="no"/>
+
<%@ include file="include/header.inc"%>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>