mcardle 2005/08/18 18:33:13 CEST
Modified files:
core/src/webapp/WEB-INF/etc/config process-pipeline.xml
Log:
updates for ESI support
Revision Changes Path
1.3 +3 -0
jahia/core/src/webapp/WEB-INF/etc/config/process-pipeline.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/config/process-pipeline.xml.diff?r1=1.2&r2=1.3&f=h
Index: process-pipeline.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/config/process-pipeline.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- process-pipeline.xml 9 Mar 2005 16:47:32 -0000 1.2
+++ process-pipeline.xml 18 Aug 2005 16:33:13 -0000 1.3
@@ -38,6 +38,9 @@
<className>org.jahia.operations.valves.ResponseOutputValve</className>
</valveDescriptor>
<valveDescriptor>
+ <className>org.jahia.operations.valves.EsiInvalidateValve</className>
+ </valveDescriptor>
+ <valveDescriptor>
<className>org.jahia.operations.valves.CacheWriteValve</className>
</valveDescriptor>
</valveDescriptors>