subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
476 stars 73 forks source link

Scan is ok / 207, but unlock returns 404? #225

Closed pwFoo closed 6 years ago

pwFoo commented 6 years ago

This issue is a

bug / question

Tried to add server "directory", what doesn't work. Added each kdbx file inside of directory what looks good. There is a redirect ("/" to "/realpath") in webdav as documented here: https://github.com/keeweb/keeweb/wiki/WebDAV-Config

server side log shows PROPFIND 207 status code during scan.

"PROPFIND /file.kdbx/ HTTP/1.1" 207 672

If I try to unlock the database I get the redirected path in log and a 404 status code

"GET /realpath/file.kdbx HTTP/1.1" 404 9

Is it plugin releated? Why scan is fine and unlock not? Works fine for keeweb.

subdavis commented 6 years ago

It might help to tell me your particular webdav backend. What server are you using?

pwFoo commented 6 years ago

caddy webserver with webdav plugin. Works fine with keeweb for example. https://caddyserver.com/docs/http.webdav

subdavis commented 6 years ago

I can now reproduce this. Duplicate of #210

It should be fixed soonish...