Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-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 C8469189FA for ; Sun, 3 Jan 2016 09:23:06 +0000 (UTC) Received: (qmail 6619 invoked by uid 500); 3 Jan 2016 09:23:01 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 6575 invoked by uid 500); 3 Jan 2016 09:23:01 -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 6564 invoked by uid 99); 3 Jan 2016 09:23:01 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2016 09:23:01 +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 67C6C1A0044 for ; Sun, 3 Jan 2016 09:23:01 +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 B135C607D0; Sun, 3 Jan 2016 09:23:00 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 58779] Closing an XSSFWorkbook or XSLFSlideShow that was created with WorkbookFactory or SlideShowFactory modifies the file Date: Sun, 03 Jan 2016 09:23:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: OPC X-Bugzilla-Version: 3.14-dev X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: onealj@apache.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: short_desc component 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 https://bz.apache.org/bugzilla/show_bug.cgi?id=58779 Javen O'Neal changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Closing an XSSFWorkbook |Closing an XSSFWorkbook or |that was created with |XSLFSlideShow that was |WorkbookFactory modifies |created with |the file |WorkbookFactory or | |SlideShowFactory modifies | |the file Component|SS Common |OPC --- Comment #2 from Javen O'Neal --- This also affects XSLF Slide Shows created with SlideShowFactory.create(File xlsx). It's likely WorkbookFactory.create(File xlsx) and WorkbookFactory.create(File xlsx, String password) are the only two offenders from WorkbookFactory, though possibly also through the native factory, WorkbookFactory.create(OPCPackage) and the password-protected variant. Updated unit test in r1722695 and r1722707. -- 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