Re: Quick question on JDK-8198997 and normalization of user.dir

2021-08-03 Thread Volker Simonis
Thanks for the quick confirmation! On Tue, Aug 3, 2021 at 4:41 PM Alan Bateman wrote: > > On 03/08/2021 15:36, Volker Simonis wrote: > > Hi, > > > > I have a quick question on JDK-8198997 [1] (a follow-up of JDK-8194154 > > [2]) which introduced normalization for the cached "user.dir" property >

Re: Quick question on JDK-8198997 and normalization of user.dir

2021-08-03 Thread Alan Bateman
On 03/08/2021 15:36, Volker Simonis wrote: Hi, I have a quick question on JDK-8198997 [1] (a follow-up of JDK-8194154 [2]) which introduced normalization for the cached "user.dir" property in order to avoid "inefficient, repeated normalization". However, from what I can see, WinNTFileSystem.get

Quick question on JDK-8198997 and normalization of user.dir

2021-08-03 Thread Volker Simonis
Hi, I have a quick question on JDK-8198997 [1] (a follow-up of JDK-8194154 [2]) which introduced normalization for the cached "user.dir" property in order to avoid "inefficient, repeated normalization". However, from what I can see, WinNTFileSystem.getUserPath(), the only place where the cached a