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 4F517200D1F for ; Fri, 29 Sep 2017 01:52:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4D5EA1609EC; Thu, 28 Sep 2017 23:52:51 +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 7DD081609CD for ; Fri, 29 Sep 2017 01:52:50 +0200 (CEST) Received: (qmail 94851 invoked by uid 500); 28 Sep 2017 23:52:49 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 94840 invoked by uid 99); 28 Sep 2017 23:52:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 23:52:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8E08FF5B5D; Thu, 28 Sep 2017 23:52:48 +0000 (UTC) From: ajs6f To: dev@commons.apache.org Reply-To: dev@commons.apache.org References: In-Reply-To: Subject: [GitHub] commons-rdf issue #41: COMMONSRDF-65 Content-Type: text/plain Message-Id: <20170928235248.8E08FF5B5D@git1-us-west.apache.org> Date: Thu, 28 Sep 2017 23:52:48 +0000 (UTC) archived-at: Thu, 28 Sep 2017 23:52:51 -0000 Github user ajs6f commented on the issue: https://github.com/apache/commons-rdf/pull/41 No, there were no relative URIs being parsed into `Path`s in my code-- that string munging was to remove the `<` and `>` around the URI as retrieved from the RDF. But I'm a-okay with whatever gets a `toRealPath()` in there (because of the Mac symlinked `/tmp`) and avoids any confusion over leading slashes. I can see that I created more problems with Windows. Sorry for mixing things up-- please always feel free to kick stuff back if you feel it's liable to mess up the history or confuse people-- I can always redo the PR! All speed to 1.0! --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org