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 1e413625 [VFS-846] Resolve a FileName to correct FileType #424 1e413625 is described below commit 1e413625b0c0c7b025c9807b83d69cbf80d6c78e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 17 07:39:30 2023 -0400 [VFS-846] Resolve a FileName to correct FileType #424 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aa70e971..257bf525 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -139,6 +139,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" issue="VFS-844" dev="ggregory" due-to="Thorsten Beise, Gary Gregory"> UriString of webdav-filename is twice URLEncoded in moveTo operation. </action> + <action type="fix" issue="VFS-846" dev="ggregory" due-to="beise, Gary Gregory"> + Resolve a FileName to correct FileType #424. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205.