Update of /var/cvs/config/builders/core
In directory james.mmbase.org:/tmp/cvs-serv2449

Modified Files:
        object.xml 
Log Message:
added a default value for a property that I'll use to distinguish 'images' like 
builders and other builders


See also: http://cvs.mmbase.org/viewcvs/config/builders/core


Index: object.xml
===================================================================
RCS file: /var/cvs/config/builders/core/object.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- object.xml  18 Jul 2007 05:39:18 -0000      1.30
+++ object.xml  3 Sep 2008 17:14:05 -0000       1.31
@@ -40,6 +40,17 @@
 
   <properties>
     <property name="max-nodes-from-query">10000</property>
+
+    <!--
+        The content disposition property indicates how the 
'Content-Disposition' header which could
+        be returned by URL representing this object, could (should) be filled.
+
+        Possible values are 'attachment' and 'inline'.
+        See:  http://www.ietf.org/rfc/rfc2183.txt
+
+        The point is that for images, but e.g. also flash animations, this 
could be set to 'inline'.
+    -->
+    <property name="Content-Disposition">attachment</property>
   </properties>
 
   <fieldlist>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to