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

jsDAV - Unsupported method #160

Open
chakankim opened this issue Jun 3, 2017 · 0 comments
Open

jsDAV - Unsupported method #160

chakankim opened this issue Jun 3, 2017 · 0 comments

Comments

@chakankim
Copy link

chakankim commented Jun 3, 2017

var webdav = jsDAV.createServer({
node: nodePath,
locksBackend: jsDAV_Locks_Backend_FS.new(locksPath),
authBackend: jsDAV_Auth_Backend_Mongo.new(db, "folderusers"),
realm: "jsdavtest",
mount: "/",
server: server,
plugins: [jsDAV_Auth_Plugin, jsDAV_Browser_Plugin]
});
When I try to use authBackend, stop browser problem after uploading a file.
Is it a problem with the process of authBackend being handled by mongodb in jsDAV's webdav configuration?

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