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 c44938e5 [VFS-844] Prevent that source files urlString is twice 
URIEncoded #423
c44938e5 is described below

commit c44938e58ce3269285dc2017e417076442e66967
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 17 07:40:23 2023 -0400

    [VFS-844] Prevent that source files urlString is twice URIEncoded #423
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 257bf525..7f9a703a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,6 +142,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="VFS-846" dev="ggregory" due-to="beise, Gary 
Gregory">
         Resolve a FileName to correct FileType #424.
       </action>
+      <action type="fix" issue="VFS-844" dev="ggregory" due-to="beise, Gary 
Gregory">
+        Prevent that source files urlString is twice URIEncoded #423
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.

Reply via email to