DAV protocol fixes (Fixes BUGZ-4235)
Fixes BUGZ-4235. HTTP DMC now implicitly converts dav:// and davs:// URLs to http:// and https:// respectively before sending request to a remote server. Remote server sees https?:// URL in the request and does not get confused with unknown davs?:// scheme.
Correct behavior tested on URLs provided in the ticket.