Skip to content

Commit ea18532

Browse files
committed
FtpFileObject.getChildren() should throw
org.apache.commons.vfs2.FileNotFoundException instead of java.io.FileNotFoundException #638
1 parent 6bb85fb commit ea18532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ The <action> type attribute can be add,update,fix,remove.
207207
org.apache.commons.vfs2.provider.http.HttpFileObject.doListChildren() now throws UnsupportedOperationException instead of Exception.
208208
</action>
209209
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
210-
<action type="fix" dev="ggregory" due-to="Anthony Goubard">Fixed commons-vfs2-sandbox module not compiling due to missing imports and library #634.</action>
210+
<action type="fix" dev="ggregory" due-to="Anthony Goubard">Fixed commons-vfs2-sandbox module not compiling due to missing imports and library #634.</action>
211+
<action type="fix" dev="ggregory" due-to="Marek Sunda, Gary Gregory, Arnout Engelen">FtpFileObject.getChildren() should throw org.apache.commons.vfs2.FileNotFoundException instead of java.io.FileNotFoundException #638.</action>
211212
<!-- ADD -->
212213
<action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory">
213214
Config option for trailing slash in webdav URI #425.

0 commit comments

Comments
 (0)