You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/09 20:08:55 UTC

(commons-vfs) branch master updated: Support URLencoding during normalization #396

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 fb9642f1 Support URLencoding during normalization #396
fb9642f1 is described below

commit fb9642f1b3aa8d9eca8b7773b73e327b9995553a
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Tue Jan 9 15:08:51 2024 -0500

    Support URLencoding during normalization #396
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d05db8b5..1c6ab8e3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -183,6 +183,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Deprecate package org.apache.commons.vfs2.provider.http4s in favor of org.apache.commons.vfs2.provider.http5s.
       </action>
+      <action type="fix" dev="ggregory" due-to="Arnout Engelen, Gary Gregory">
+        Support URLencoding during normalization #396.
+      </action>
       <!-- ADD -->
       <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory">
         Config option for trailing slash in webdav URI #425.