On 23/03/2016 15:46, Chris Hegarty wrote:
Update webrev: http://cr.openjdk.java.net/~chegar/8152277/ I'm not sure under what circumstances toRealPath can fail, but I tried to be consistent with the old behavior.
This looks okay to me. One thing you could do is replace "// use the non-real filename" with p = p.toAbsolutePath() so that it is at least absolute.
-Alan
