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

To many "/" in the request url #3

Closed
hauketoenjes opened this issue Aug 13, 2019 · 1 comment
Closed

To many "/" in the request url #3

hauketoenjes opened this issue Aug 13, 2019 · 1 comment

Comments

@hauketoenjes
Copy link
Contributor

hauketoenjes commented Aug 13, 2019

Hello,

i want to use your webdav client in my flutter app. I implemented it the following way:

Client client = Client("webdav.webdavserver.com", "user.name", "password", "",
    port: 8080, protocol: "https");

client.ls("/").then((list) {
    print(list);
});

The logs say the following:
I/flutter ( 6760): [wevdav] http send with method:PROPFIND path: url:https://webdav.webdavserver.com:8080//

My question is, if i am doing something wrong while using the library or is that a bug (intended behavior)?

Hauke

@timestee
Copy link
Owner

Seems a bug, i will check it later, maybe tomorrow, and pull request welcome.

timestee added a commit that referenced this issue Aug 15, 2019
Fix Issue #3 and rewrote the "treeFromWebDavXml" method
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