This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 752745af7 Restrict reflective class loading in webdav
ExceptionConverter (#771).
new 40ecf7165 Merge branch 'master' of
https://github.com/apache/commons-vfs.git
752745af7 is described below
commit 752745af791adcda4532cf2f702f1fa847d3499f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 18:19:02 2026 -0400
Restrict reflective class loading in webdav ExceptionConverter (#771).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be41859bb..c918d57d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Ilan Goldfeld, Gary Gregory"
issue="VFS-862">Fix ON_RESOLVE triggering refresh on internal navigation
#761.</action>
<action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary
Gregory">Add SFTP password authentication tests for Commons VFS2 #754.</action>
<action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary
Gregory">Port SFTP tests from Apache Mina SSHD 0.8.0 to 3.0.0-M3 #754.</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Restrict reflective class loading in webdav ExceptionConverter
(#771).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String,
String).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and
deprecate getControlEncoding(FileSystemOptions).</action>