Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Does not get items list when connected via WebDAV #23

Open
ifurman68 opened this issue May 11, 2016 · 0 comments
Open

Does not get items list when connected via WebDAV #23

ifurman68 opened this issue May 11, 2016 · 0 comments

Comments

@ifurman68
Copy link

ifurman68 commented May 11, 2016

The bug is in KeePass\Sources\WebDav\WebList.xaml.cs, line 162. Instead of:
.Where(x => x.Path != _path)
it should be:
.Where(x => x.Path == _path)

When I change it, WebDAV starts working perfectly (connected to OwnCloud 8).
I tried to submit the change to GitHub. Don't know if I'm doing something wrong, but I don't see my change in Master. I'm new to GitHub and I'm getting the following error while trying to sync with remote repo:

Error encountered while pushing to the remote repository: Response status code does not indicate success: 403 (Forbidden).

Could you, please, update the code and release a new build, so I can use the app on my phone?
Thanks!
Igor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant