On 12/01/2019 20:13, Lance Andersen wrote:
Hi all,
The following patch addresses the issue where the stream of paths
where not relative to the specified directory as needed.
As part of the fix, I added additional DirectoryStream tests similar
to the tests in nio/file/DirectoryStream/Basic.java.
Webrev can be found: http://cr.openjdk.java.net/~lancea/8211919/webrev.00/
Lance -the relative path case looks right now but I think there are
issues with the absolute path case. Try an example such as
"/META-INF/../META-INF" to see what I mean.
-Alan