Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 87B2B200B32 for ; Thu, 23 Jun 2016 15:27:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 861F4160A59; Thu, 23 Jun 2016 13:27:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CCC0E160A35 for ; Thu, 23 Jun 2016 15:27:52 +0200 (CEST) Received: (qmail 67197 invoked by uid 500); 23 Jun 2016 13:27:51 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 67184 invoked by uid 99); 23 Jun 2016 13:27:51 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 13:27:51 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id B26CF1A022A for ; Thu, 23 Jun 2016 13:27:51 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id A7407609E1; Thu, 23 Jun 2016 13:27:50 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 59747] xlsx file does not conform to bit patterns used by common file type detection software Date: Thu, 23 Jun 2016 13:27:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Version: 3.14-FINAL X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: apache@gagravarr.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: op_sys Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Thu, 23 Jun 2016 13:27:53 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=59747 Nick Burch changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Nick Burch --- Apart from a handful of formats (eg those which require a mimetypes file that's uncompressed as the first entry in the zip), reliably detecting container formats can only be done by opening up the container itself Apache Tika ships with a special detector for zip-based container formats for this very reason! (Tika also, on trunk, correctly detects POI-generated OOXML files as OOXML from mime magic only) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org