From dev-return-12675-apmail-tika-dev-archive=tika.apache.org@tika.apache.org Tue Aug 19 11:19:19 2014 Return-Path: X-Original-To: apmail-tika-dev-archive@www.apache.org Delivered-To: apmail-tika-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6686E11E06 for ; Tue, 19 Aug 2014 11:19:19 +0000 (UTC) Received: (qmail 22805 invoked by uid 500); 19 Aug 2014 11:19:19 -0000 Delivered-To: apmail-tika-dev-archive@tika.apache.org Received: (qmail 22768 invoked by uid 500); 19 Aug 2014 11:19:19 -0000 Mailing-List: contact dev-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list dev@tika.apache.org Received: (qmail 22746 invoked by uid 99); 19 Aug 2014 11:19:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 11:19:19 +0000 Date: Tue, 19 Aug 2014 11:19:19 +0000 (UTC) From: "Florent Angebault (JIRA)" To: dev@tika.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TIKA-1399) [Patch] add support for AxCrypt file type detection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Florent Angebault created TIKA-1399: --------------------------------------- Summary: [Patch] add support for AxCrypt file type detection Key: TIKA-1399 URL: https://issues.apache.org/jira/browse/TIKA-1399 Project: Tika Issue Type: Improvement Components: detector, mime Affects Versions: 1.5, 1.4, 1.3 Reporter: Florent Angebault Please include the following mime declaration in {{tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml}}. It makes possible to detect AxCrypt file type with extension {{*.axx}}. {code} {code} The magic value is taken from the Aperture project: http://sourceforge.net/p/aperture/code/2493/tree/aperture/trunk/core/src/main/resources/org/semanticdesktop/aperture/mime/identifier/magic/mimetypes.xml#l1225 -- This message was sent by Atlassian JIRA (v6.2#6252)