Author: jerome
Date: Wed Jun 7 06:07:27 2006
New Revision: 412399
URL: http://svn.apache.org/viewvc?rev=412399&view=rev
Log:
NUTCH-275 : Remove the magic resolution for xml content-type
Modified:
lucene/nutch/trunk/conf/mime-types.xml
Modified: lucene/nutch/trunk/conf/mime-types.xml
URL:
http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/mime-types.xml?rev=412399&r1=412398&r2=412399&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/mime-types.xml (original)
+++ lucene/nutch/trunk/conf/mime-types.xml Wed Jun 7 06:07:27 2006
@@ -693,7 +693,7 @@
<mime-type name="text/xml"
description="Extensible Markup Language File">
<ext>xml</ext><ext>xsl</ext>
- <magic offset="0" value="<?xml"/>
+ <!--magic offset="0" value="<?xml"/-->
</mime-type>
<mime-type name="text/x-setext"