From ea185325692d978bd1075115939d260fb65d6f0f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 28 Nov 2024 07:50:26 -0500 Subject: [PATCH] FtpFileObject.getChildren() should throw org.apache.commons.vfs2.FileNotFoundException instead of java.io.FileNotFoundException #638 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4fabed7607..39ab30a339 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -207,7 +207,8 @@ The type attribute can be add,update,fix,remove. org.apache.commons.vfs2.provider.http.HttpFileObject.doListChildren() now throws UnsupportedOperationException instead of Exception. Pick up exec-maven-plugin version from parent POM. - Fixed commons-vfs2-sandbox module not compiling due to missing imports and library #634. + Fixed commons-vfs2-sandbox module not compiling due to missing imports and library #634. + FtpFileObject.getChildren() should throw org.apache.commons.vfs2.FileNotFoundException instead of java.io.FileNotFoundException #638. Config option for trailing slash in webdav URI #425.