-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setGroup throws: java.io.IOException: 'owner' parameter can't be a group #332
Comments
Sorry for the mixed between |
Well, I expected
|
@fanf : Thanks for the clarification. I see what you mean. I think there is bug on this line then since I use |
Hello, we are trying to use
setOwner
on a file, but we getava.io.IOException: 'owner' parameter can't be a group
.It's on linux, with an existing group (else we get an other exception:
java.nio.file.attribute.UserPrincipalNotFoundException
).Example reproduced case:
The text was updated successfully, but these errors were encountered: