svn commit: r1084658 - /tika/trunk/tika-parsers/src/test/java/org/apache/tika/mime/TestMimeTypes.java

2011-03-23 Thread nick
Author: nick Date: Wed Mar 23 18:11:32 2011 New Revision: 1084658 URL: http://svn.apache.org/viewvc?rev=1084658view=rev Log: Add some more detection tests, which show that for container formats the addition of the filename lets us specialise from eg tika-msoffice to msword Modified:

svn commit: r1084796 - /tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/image/ImageParserTest.java

2011-03-23 Thread nick
Author: nick Date: Wed Mar 23 22:57:56 2011 New Revision: 1084796 URL: http://svn.apache.org/viewvc?rev=1084796view=rev Log: Fix deprecated warnings Modified: tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/image/ImageParserTest.java Modified:

svn commit: r1084798 - in /tika/trunk: tika-core/src/main/java/org/apache/tika/parser/CompositeParser.java tika-parsers/src/test/java/org/apache/tika/parser/AutoDetectParserTest.java

2011-03-23 Thread nick
Author: nick Date: Wed Mar 23 23:00:13 2011 New Revision: 1084798 URL: http://svn.apache.org/viewvc?rev=1084798view=rev Log: When trying to identify a parser for a media type in AutoDetect and similar, if the Parser claims to support an alias of the media type but not the canonical one (eg

svn commit: r1084801 - /tika/trunk/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java

2011-03-23 Thread nick
Author: nick Date: Wed Mar 23 23:18:51 2011 New Revision: 1084801 URL: http://svn.apache.org/viewvc?rev=1084801view=rev Log: When creating a default TikaConfig instance with a DefaultParser, have the newly created parser wired up with the Mime Type Registry we create. This allows the parser to

svn commit: r1084805 - /tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/image/ImageParser.java

2011-03-23 Thread nick
Author: nick Date: Wed Mar 23 23:25:59 2011 New Revision: 1084805 URL: http://svn.apache.org/viewvc?rev=1084805view=rev Log: TIKA-555 fallout - While image/bmp isn't the official mimetype, it is what Java thinks it is. So, switch from the official to the un-offial one before asking Java to give