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 8c1e2a2 [VFS-590] SFTP moveTo operation might fail on permission
checks even if the operation itself might succeed. #75.
8c1e2a2 is described below
commit 8c1e2a24a53745b7e80547ce8b6aa6b858828281
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 23 13:22:34 2019 -0500
[VFS-590] SFTP moveTo operation might fail on permission checks even if
the operation itself might succeed. #75.
[VFS-617] SFTP isReadable fails if unable to determine group identity.
#75.
---
src/changes/changes.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bde7eca..c871b79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
Changes to parseUri breaks backward compatibility by throwing
NullPointerException in some cases.
</action>
<action issue="VFS-686" dev="ggregory" type="fix" due-to="Woonsan Ko,
Gary Gregory">
- webdav4 provider based on the latest Jackrabbit 2.x #52.
+ Add webdav4 provider based on the latest Jackrabbit 2.x #52.
</action>
<action issue="VFS-742" dev="ggregory" type="add" due-to="Gary Gregory">
Add org.apache.commons.vfs2.FileContent.isEmpty().
@@ -116,6 +116,12 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-687" dev="ggregory" type="fix" due-to="Woonsan Ko,
Gary Gregory">
Add http5 and http5s providers (#74)
</action>
+ <action issue="VFS-590" dev="ggregory" type="fix" due-to="L, Alex
Pearce, Gary Gregory">
+ SFTP moveTo operation might fail on permission checks even if the
operation itself might succeed. #75.
+ </action>
+ <action issue="VFS-617" dev="ggregory" type="fix" due-to="Tim Nickels,
Joshua Woods, David Johansson, Bernd Eckenfels, Len, Nim Lhûg, Vineet Tyagi,
Gopal Warawate, Alex Pearce, Gary Gregory">
+ SFTP isReadable fails if unable to determine group identity. #75.
+ </action>
</release>
<release version="2.4.1" date="2019-08-10" description="Bug fix release.">
<action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">