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 80a920e  VFS-759: check if the optional provider jar itself available 
(#84)
80a920e is described below

commit 80a920ed8be5750810ff66db726318c416176c76
Author: Woonsan Ko <woon...@users.noreply.github.com>
AuthorDate: Fri Jul 16 21:30:59 2021 +0900

    VFS-759: check if the optional provider jar itself available (#84)
---
 .../src/main/resources/org/apache/commons/vfs2/impl/providers.xml      | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/commons-vfs2/src/main/resources/org/apache/commons/vfs2/impl/providers.xml 
b/commons-vfs2/src/main/resources/org/apache/commons/vfs2/impl/providers.xml
index 86c1e81..10c35ec 100644
--- a/commons-vfs2/src/main/resources/org/apache/commons/vfs2/impl/providers.xml
+++ b/commons-vfs2/src/main/resources/org/apache/commons/vfs2/impl/providers.xml
@@ -101,16 +101,19 @@
         <scheme name="webdav3"/>
         <if-available class-name="org.apache.commons.httpclient.HttpClient"/>
         <if-available 
class-name="org.apache.jackrabbit.webdav.client.methods.DavMethod"/>
+        <if-available 
class-name="org.apache.commons.vfs2.provider.webdav.WebdavFileSystem"/>
     </provider>
     <provider 
class-name="org.apache.commons.vfs2.provider.webdav4.Webdav4FileProvider">
         <scheme name="webdav4"/>
         <if-available class-name="org.apache.http.client.HttpClient"/>
         <if-available 
class-name="org.apache.jackrabbit.webdav.client.methods.BaseDavRequest"/>
+        <if-available 
class-name="org.apache.commons.vfs2.provider.webdav4.Webdav4FileSystem"/>
     </provider>
     <provider 
class-name="org.apache.commons.vfs2.provider.webdav4s.Webdav4sFileProvider">
         <scheme name="webdav4s"/>
         <if-available class-name="org.apache.http.client.HttpClient"/>
         <if-available 
class-name="org.apache.jackrabbit.webdav.client.methods.BaseDavRequest"/>
+        <if-available 
class-name="org.apache.commons.vfs2.provider.webdav4.Webdav4FileSystem"/>
     </provider>
     <!--
     <provider 
class-name="org.apache.commons.vfs2.provider.svn.SvnFileProvider">

Reply via email to