-
Enhancement
-
Resolution: Fixed
-
P5
-
8
-
b17
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018936 | 7u45 | Jonathan Lu | P5 | Closed | Fixed | b01 |
JDK-2229318 | 7u40 | Sean Coffey | P4 | Closed | Fixed | b08 |
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
http://mail.openjdk.java.net/pipermail/nio-dev/2011-November/001485.html
- backported by
-
JDK-2229318 (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found.
-
- Closed
-
-
JDK-8018936 (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found.
-
- Closed
-