Hi, I'm trying to create a PR as a fix to VFS-686. At first, I've tried to fix those in org.apache.commons.vfs2.provider.webdav package, but realized that the changes will break API compatibility. For example, WebdavFileSystemConfigBuilder#getInstance() can't be supported as-is obviously.
So, I think we should do the following instead: - Introduce org.apache.commons.vfs2.provider.webdav4 package like we did for http4 FS provider in org.apache.commons.vfs2.provider.http4 package. - Provide equivalent unit tests for the webdav4 provider, depending on Jackrabbit 2.19.x+. (Also, see JCR-4401.) - Disable the old unit tests for org.apache.commons.vfs2.provider.webdav package, which is based on http client v3, by default. How does it sound? Regards, Woonsan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org