-
Notifications
You must be signed in to change notification settings - Fork 40
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
DoUnlock fails with NullPointerException when accessed with Windows (or Linux) and MacOS concurrently. #4
Comments
Hi @jackgene, you forgot to add the exception. Anyways, check out the file paths: Cheers |
Oops, here's the stack trace: I've also submitted a pull request, looks like it's a pretty simple fix. |
UploadedFileRejectedException added
The system seems to work fine in Windows-only, Linux-only or Mac-only environments. However, as soon as a Mac client and a Windows or Linux client tries to access the DAV mount, the next DoUnlock will fail with the following NullPointerException, and all subsequent write accesses will fail until lock times out for a given file.
The text was updated successfully, but these errors were encountered: