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 c0f7a2f [VFS-716] Fix AbstractFileName.getURI returning unencoded
#-sign #64.
c0f7a2f is described below
commit c0f7a2f2298911bdb2dd939d68a5e51a51b759a8
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 16 13:14:53 2019 -0400
[VFS-716] Fix AbstractFileName.getURI returning unencoded #-sign #64.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7918c05..aaec3a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -119,6 +119,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-715" dev="ggregory" type="add" due-to="Gary Gregory">
Add org.apache.commons.vfs2.FileContent.getByteArray().
</action>
+ <action issue="VFS-716" dev="ggregory" type="fix" due-to="Boris Petrov">
+ Fix AbstractFileName.getURI returning unencoded #-sign #64.
+ </action>
</release>
<release version="2.3" date="2019-02-01" description="New features and bug
fix release.">
<action issue="VFS-645" dev="ggregory" type="fix">