Skip to content
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

Override all create and open methods in EncryptedFileSystem #105

Open
ellisjoe opened this issue Jan 23, 2018 · 0 comments
Open

Override all create and open methods in EncryptedFileSystem #105

ellisjoe opened this issue Jan 23, 2018 · 0 comments

Comments

@ellisjoe
Copy link
Contributor

Now that EncryptedFileSystem extends FilterFileSystem, many of the create and open methods will not get forwarded to the create and open methods currently implemented by FilterFileSystem (see: #104). To fix this we either need to go back to implementing FileSystem and overriding all of the methods that are known to be broken (eg: copyFromLocal), or continue to extend FilterFilesystem and override all of the create and open methods.

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

No branches or pull requests

1 participant