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 da04fa6 [VFS-782] Pass correct proxy authentication credentials #117. da04fa6 is described below commit da04fa6157ed890c96021ba2ce69eed6e296e27c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 17:31:48 2021 -0500 [VFS-782] Pass correct proxy authentication credentials #117. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ddb9a8..a104df6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,6 +81,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Max Kellermann, Gary Gregory, Florent Guillaume, Bruno P. Kinoshita, Bernd" type="fix"> Rework SoftRefFilesCache locking #154. </action> + <action issue="VFS-782" dev="ggregory" due-to="satish-csi, Gary Gregory" type="fix"> + Pass correct proxy authentication credentials #117. + </action> <!-- ADDS --> <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="add"> Add ability to remove a provider from DefaultFileSystemManager #149.