Skip to content

[KARAF-6124] Handle Windows permissions when POSIX not supported#744

Merged
jbonofre merged 1 commit intoapache:masterfrom
diamondq:KARAF-6124
Jan 30, 2019
Merged

[KARAF-6124] Handle Windows permissions when POSIX not supported#744
jbonofre merged 1 commit intoapache:masterfrom
diamondq:KARAF-6124

Conversation

@diamondq
Copy link
Copy Markdown
Contributor

Handle the UnsupportedOperationException that is thrown when attempting to use the Files.getPosixFilePermissions() under Windows (as POSIX is not supported) by using the File.setExecutable() instead in that scenario.

Handle the UnsupportedOperationException that is thrown when attempting to use the Files.getPosixFilePermissions() under Windows (as POSIX is not supported) by using the File.setExecutable() instead in that scenario.
Copy link
Copy Markdown
Member

@jbonofre jbonofre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@jbonofre jbonofre merged commit 4dd5610 into apache:master Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants