Author: michiel
Date: 2009-07-06 22:51:27 +0200 (Mon, 06 Jul 2009)
New Revision: 36593

Modified:
   
mmbase/trunk/applications/streams/src/main/config/builders/streams/streamsources.fields.xml
Log:
made the BinaryCommitProcessor not loose the mimetype

Modified: 
mmbase/trunk/applications/streams/src/main/config/builders/streams/streamsources.fields.xml
===================================================================
--- 
mmbase/trunk/applications/streams/src/main/config/builders/streams/streamsources.fields.xml
 2009-07-06 20:51:16 UTC (rev 36592)
+++ 
mmbase/trunk/applications/streams/src/main/config/builders/streams/streamsources.fields.xml
 2009-07-06 20:51:27 UTC (rev 36593)
@@ -21,7 +21,9 @@
     <datatype base="file" xmlns="http://www.mmbase.org/xmlns/datatypes";>
       <unique value="true" />
       <commitprocessor>
-        <class name="org.mmbase.datatypes.processors.BinaryCommitProcessor" />
+        <class name="org.mmbase.datatypes.processors.BinaryCommitProcessor">
+          <param name="setContentTypeIfNotRecognized">false</param>
+        </class>
         <class name="org.mmbase.streams.CreateCachesProcessor">
           <param name="configFile">streams/createcaches.xml</param>
         </class>
@@ -33,7 +35,7 @@
     </datatype>
   </field>
 
-  <field name="mimetype">
+  <field name="mimetype" state="system">
     <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
   </field>
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to