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
commit 736568fe8e69b99e60b2f3ed0d68fa39f09d205e Author: Gary Gregory <[email protected]> AuthorDate: Wed Jul 15 10:05:27 2026 -0400 [VFS-863] Content inside brackets in directory/file names is not decoded (#773). https://issues.apache.org/jira/browse/VFS-863 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c918d57d5..f57854e95 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary Gregory">Add SFTP password authentication tests for Commons VFS2 #754.</action> <action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary Gregory">Port SFTP tests from Apache Mina SSHD 0.8.0 to 3.0.0-M3 #754.</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Restrict reflective class loading in webdav ExceptionConverter (#771).</action> + <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> <!-- 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>
