Project:
View Revisions: Issue #45086 | [ Back to Issue ] | ||
Summary | 0045086: Remove Apache Tika library with already existing Java 7+ functionality | ||
Revision | 2020-09-18 10:25 by cberner | ||
Description | Apache tika-core 0.9 library is not needed, as Java 7+ alternative already exists in the jdk. It is currently used to handle MIME detection based on file/byte content for images and attachments. Java 7, introduced a functionality that, although a bit more limited, allows to do the same MIME detection. As such, tika-core library should be removed and usage of it should change to the Java 7 "URLConnection.guessContentTypeFromStream" functionality. |
||
Revision | 2020-09-18 10:18 by cberner | ||
Description | Apache tika-core 0.9 library contains critical vulnerabilities. It is currently used to handle MIME detection based on file/byte content for images and attachments. Java 7, introduced a functionality that, although a bit more limited, allows to do the same MIME detection. As such, tika-core library should be removed and usage of it should change to the Java 7 "URLConnection.guessContentTypeFromStream" functionality. |
Copyright © 2000 - 2009 MantisBT Group |