Goldstein Lyor created SSHD-421:
-----------------------------------
Summary: Add smart handling of UserPrincipalLookupService lookup
failures
Key: SSHD-421
URL: https://issues.apache.org/jira/browse/SSHD-421
Project: MINA SSHD
Issue Type: Improvement
Reporter: Goldstein Lyor
According to the
[Javadoc|http://docs.oracle.com/javase/7/docs/api/java/nio/file/attribute/UserPrincipalLookupService.html#lookupPrincipalByGroupName(java.lang.String)]:
{panel:title=lookupPrincipalByGroupName}
Where an implementation does not support any notion of group then this method
always throws UserPrincipalNotFoundException
{panel}
Therefore, if we get _UserPrincipalNotFoundException_ we treat it the same way
as any other unsupported attribute - subject to the same
_UnsupportedAttributePolicy_
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)