Author: mattmann
Date: Sat Nov 14 03:43:09 2009
New Revision: 836112

URL: http://svn.apache.org/viewvc?rev=836112&view=rev
Log:
- increasing the offset to 4k bytes for an appearing <html tag seems to have 
fixed the unstable build issue introduced by TIKA-309

Modified:
    
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml

Modified: 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml?rev=836112&r1=836111&r2=836112&view=diff
==============================================================================
--- 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
 (original)
+++ 
lucene/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
 Sat Nov 14 03:43:09 2009
@@ -3546,7 +3546,7 @@
       <match value="&lt;head" type="string" offset="0:64"/>
       <match value="&lt;TITLE" type="string" offset="0:64"/>
       <match value="&lt;title" type="string" offset="0:64"/>
-      <match value="&lt;html" type="string" offset="0:64"/>
+      <match value="&lt;html" type="string" offset="0:4028"/>
       <match value="&lt;HTML" type="string" offset="0:64"/>
       <match value="&lt;BODY" type="string" offset="0"/>
       <match value="&lt;body" type="string" offset="0"/>


Reply via email to