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 b50f5f2 Credentials conflict when root and proxy hosts are same name but different ports, #120. b50f5f2 is described below commit b50f5f264ae655840b3ad956de5cfe5656f966d6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 1 10:33:20 2021 -0500 Credentials conflict when root and proxy hosts are same name but different ports, #120. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4d38720..87f1bd1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Max Kellermann, Bruno P. Kinoshita, Gary Gregory" type="fix"> Rework SoftRefFilesCache locking part 1 #158. </action> + <action issue="VFS-785" dev="ggregory" due-to="satish bhor, Michael Osipov, Gary Gregory" type="fix"> + Credentials conflict when root and proxy hosts are same name but different ports, #120. + </action> <!-- ADDS --> <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="add"> Add ability to remove a provider from DefaultFileSystemManager #149.