Update of /var/cvs/applications/resources/config
In directory james.mmbase.org:/tmp/cvs-serv4103/config

Modified Files:
        datatypes.xml 
Log Message:
Need specicialized validate casting for 'file' datatype, otherwise out of 
memory exceptions, because these file can be pretty big...


See also: http://cvs.mmbase.org/viewcvs/applications/resources/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/applications/resources/config/datatypes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- datatypes.xml       24 Apr 2009 15:06:52 -0000      1.2
+++ datatypes.xml       25 Apr 2009 06:52:25 -0000      1.3
@@ -9,6 +9,7 @@
     <specialization id="file">
       <description>
       </description>
+      <class name="org.mmbase.datatypes.BinaryStringDataType" />
       <handler
           mimetype="text/html,application/xml+xhtml"
           name="org.mmbase.datatypes.handlers.html.BinaryHandler">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to