This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 60eccbc [VFS-783] WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection. 60eccbc is described below commit 60eccbcade62092600d6c1a1ef69a8b5e543dd0e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 10 17:15:56 2020 -0500 [VFS-783] WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3756c51..7435f1c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-783" dev="ggregory" due-to="satish-csi, Michael Osipov, Woonsan Ko, Gary Gregory" type="fix"> Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118. </action> + <action issue="VFS-783" dev="ggregory" due-to="satish-csi, Woonsan Ko, Gary Gregory" type="fix"> + Proper http scheme setting on webdav/webdav2 with unit tests #143. + </action> <!-- ADDS --> <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="update"> Add ability to remove a provider from DefaultFileSystemManager #149.