This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
from bafb54b49 [VFS-861] Http5FileProvider Basic authentication fails:
UserAuthenticationData.setData(Type, char[]) should clone its array input.
new 84af4ea0f Deprecate UserAuthenticatorUtils.toChar(String)
new 104838851 Deprecate UserAuthenticatorUtils.toString(String).
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../vfs2/provider/webdav/WebdavFileProvider.java | 10 +-
.../commons/vfs2/provider/smb/SmbFileObject.java | 15 +-
.../commons/vfs2/FileSystemConfigBuilder.java | 238 ++++++++++-----------
.../commons/vfs2/auth/StaticUserAuthenticator.java | 8 +-
.../vfs2/provider/ftp/FTPClientWrapper.java | 5 +-
.../vfs2/provider/ftp/FtpClientFactory.java | 5 +-
.../vfs2/provider/ftps/FtpsClientWrapper.java | 5 +-
.../vfs2/provider/http/HttpClientFactory.java | 4 +-
.../vfs2/provider/http/HttpFileProvider.java | 10 +-
.../vfs2/provider/http4/Http4FileProvider.java | 13 +-
.../vfs2/provider/http5/Http5FileProvider.java | 9 +-
.../vfs2/provider/sftp/SftpFileProvider.java | 5 +-
.../commons/vfs2/util/UserAuthenticatorUtils.java | 36 ++--
src/changes/changes.xml | 2 +
14 files changed, 185 insertions(+), 180 deletions(-)