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="<head" type="string" offset="0:64"/>
<match value="<TITLE" type="string" offset="0:64"/>
<match value="<title" type="string" offset="0:64"/>
- <match value="<html" type="string" offset="0:64"/>
+ <match value="<html" type="string" offset="0:4028"/>
<match value="<HTML" type="string" offset="0:64"/>
<match value="<BODY" type="string" offset="0"/>
<match value="<body" type="string" offset="0"/>