You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that "dev" branch (aka version 2 of encfs) was not updated for a while. Is it abandoned ?
Anyway, you add some code in "recodePath" function to append a "+" instead of "/" when it's the first character, so we don't start with a "/".
I'm not sure what the purpose, but it (deeply) breaks compatibility with previous encrypted FS : for some path, it will not be able to find the correct file on the root directory, and so, some operations fail.
If this '+' is really necessary to handle some corner case, do you have plans to handle some backward compatibility ?
Thank you.
The text was updated successfully, but these errors were encountered:
I'm not sure what the purpose, but it (deeply) breaks compatibility with previous encrypted FS : for some path, it will not be able to find the correct file on the root directory, and so, some operations fail.
Would you be able to provide the exact commands you're using which show the problem so we can reproduce and verify the issue?
Closing. If you encounter the issue again, please open a new issue and reference this one for context. Thanks @benrubson! If you think closing this is a mistake, then let me know and I'll re-evaluate.
Hello,
I see that "dev" branch (aka version 2 of encfs) was not updated for a while. Is it abandoned ?
Anyway, you add some code in "recodePath" function to append a "+" instead of "/" when it's the first character, so we don't start with a "/".
I'm not sure what the purpose, but it (deeply) breaks compatibility with previous encrypted FS : for some path, it will not be able to find the correct file on the root directory, and so, some operations fail.
If this '+' is really necessary to handle some corner case, do you have plans to handle some backward compatibility ?
Thank you.
The text was updated successfully, but these errors were encountered: