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

Problem writing new files when mounted as share in OS X (10.7.4) #47

Closed
addrummond opened this issue Jun 8, 2012 · 5 comments
Closed

Comments

@addrummond
Copy link
Contributor

Steps to reproduce problem:

  1. Run test/test_server.js

  2. Mount folder using finder.

  3. cd /Volumes/localhost followed by echo sometext > newfile.

At this point, on my system (OS X 10.7.4), both Finder and Terminal then hang, and I have to kill the node process using Activity Monitor. It seems that the file itself is created and the data is written to it, but there is some problem caused by the PROPFIND or UNLOCK requests which the OS X webdav implementation makes following creation of the new file. I haven't figured it out exactly yet.

If newfile is replaced by the name of an existing file, the problem does not seem to arise.

@mikedeboer
Copy link
Owner

jsDAV has changed A LOT in two years. Current release is v0.3.0. Closing this issue, because it cannot be reproduced.

If you find this decision to be in error, please reopen the issue.

@addrummond
Copy link
Contributor Author

I can't reproduce it any more either. Could either be a change in webdav or (less likely) OS X, since I'm on 10.8.2 now.

@mikedeboer
Copy link
Owner

you tried with the new jsDAV or the same one?

@addrummond
Copy link
Contributor Author

I checked it out of your repo just before I posted the comment and followed the same steps as in the original report. I haven't been following jsDAV lately so I don't know how much it's changed in the 9 months since I opened the original report.

@mikedeboer
Copy link
Owner

Ah! well, a lot has changed, but thanks for confirming this :)

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

2 participants