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

Use custom URL class #12

Open
ramondeklein opened this issue Feb 8, 2017 · 1 comment
Open

Use custom URL class #12

ramondeklein opened this issue Feb 8, 2017 · 1 comment
Assignees

Comments

@ramondeklein
Copy link
Owner

WebDAV URLs seem to behave a little bit different from normal URLs, because they don't support fragments. This has been fixed (partially) in the UriHelper class, but the store implementation needs to call this class at appropriate times which is a bit awkward and error-prone.

A custom URL class would probaby be easier to use, but this requires breaking changes to the API.

@pizixie
Copy link

pizixie commented Mar 29, 2018

When there is only one client, no problem
but on windows server,there are have some rdp sessions.

each session can make a webdav client,
but the windows service "WebClient" can run only once.
so these client run error in rdp session

i think,use custom URL can resolve this problem.(maybe need HTTP BasicAuth feature)
like:https://www.ajaxbrowser.com/
it's powered by IT Hit WebDAV System

user a
https://www.ajaxbrowser.com/User714b2c1/

user b
https://www.ajaxbrowser.com/User627acb4/

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

No branches or pull requests

2 participants