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 505dc539 [VFS-849] HttpConnection resources not properly cleaned up in
webdav request #428
505dc539 is described below
commit 505dc539e217295a1d926a0de14d8037a851f329
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 20 10:28:45 2023 -0400
[VFS-849] HttpConnection resources not properly cleaned up in webdav
request #428
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5fae33ba..e6092066 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -148,6 +148,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-841" type="fix" dev="ggregory" due-to="Woonsan Ko,
Gary Gregory">
Copy the Main class for testing with Jackrabbit Standalone Components
instead of reusing #409.
</action>
+ <action type="fix" issue="VFS-849" dev="ggregory" due-to="beise, Gary
Gregory">
+ HttpConnection resources not properly cleaned up in webdav request
#428.
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Seth Falco">
Add vscode files to gitignore #205.