You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/06 21:45:28 UTC

[commons-vfs] branch master updated: [VFS-787] Allow users to set proxy schemes like http/https #122.

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 907dead  [VFS-787] Allow users to set proxy schemes like http/https #122.
907dead is described below

commit 907dead0042e6d578bd2ce063bd0489b7979643d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 6 17:45:21 2020 -0400

    [VFS-787] Allow users to set proxy schemes like http/https #122.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5eb6de2..a174cc3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-788" dev="ggregory" due-to="satish bhor" type="fix">
         [webdav/webdav4]Jackrabbit1 and jackrabbit2 modules getting same osgi symbolic name.
       </action>
+      <action issue="VFS-787" dev="ggregory" due-to="satish bhor" type="fix">
+        Allow users to set proxy schemes like http/https #122
+      </action>
       <!-- UPDATES -->
       <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.