This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 eddbc060b Fix FtpProviderUserDirTest on Java 8 on Ubuntu (#779).
eddbc060b is described below
commit eddbc060b3c27a2d8301ba43dfca3812476f6cba
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 23 11:12:33 2026 -0400
Fix FtpProviderUserDirTest on Java 8 on Ubuntu (#779).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b92c85ab..97f842354 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Nick Tarallo, Gary Gregory"
issue="VFS-863">Content inside brackets in directory/file names is not decoded
(#773).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject non-ascii hex digits in UriParser percent-decoding
(#774).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Replace the shared vfs_cache temp dir in DefaultFileReplicator
(#775).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
FtpProviderUserDirTest on Java 8 on Ubuntu (#779).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String,
String).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and
deprecate getControlEncoding(FileSystemOptions).</action>