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 3A7CC178A5 for ; Mon, 23 Feb 2015 21:06:32 +0000 (UTC) Received: (qmail 1968 invoked by uid 500); 23 Feb 2015 21:06:32 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 1928 invoked by uid 500); 23 Feb 2015 21:06:32 -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 1915 invoked by uid 99); 23 Feb 2015 21:06:32 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 21:06:32 +0000 Received: from asf-bz1-us-mid.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 BF6341A039A for ; Mon, 23 Feb 2015 21:06:31 +0000 (UTC) Received: by asf-bz1-us-mid.apache.org (ASF Mail Server at asf-bz1-us-mid.apache.org, from userid 33) id B93A16180B; Mon, 23 Feb 2015 21:06:30 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 52716] Hyperlink parser is overly strict causing document open to fail for doc which works in other tools Date: Mon, 23 Feb 2015 21:06:30 +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.11-FINAL X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: dominik.stadler@gmx.at X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=52716 Dominik Stadler changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #13 from Dominik Stadler --- It is fixed since somewhere around 2012 as far as I see. So if I look at line "72" of class XSSFHyperlink which is referenced in the exception stacktrace that you posted, I see that since the fix in 2012 the line 72 is not executable code, but rather a bracket ("}"), so I conclude that if you are really seeing the same stacktrace, then you are likely still having some outdated version of POI in use somewhere, i.e. by having an old jar-file in the classpath. In fact the error text that is shown in the exception does not even exist any more in all of POI's code since 2012, so I cannot see how it could even appear in a current version of POI. If you really can reproduce this problem with version 3.11 of POI, then please post the actual stacktrace that you get so we can see what the actual error message is. The "A sheet hyperlink must either ..." is very unlikely to still be possible with 3.11 and newer... -- 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