The file system provider uses getpwnam/getgrnam for name/group lookup but these functions don't specify how "not found" is handled. The current implementation was tested with various name services on Solaris and Linux but this is insufficient for other platforms, see: http://mail.openjdk.java.net/pipermail/nio-dev/2011-November/001485.html
|