You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/06/04 05:40:42 UTC

[couchdb] branch bump-ibrowse-4.4.2-3 created (now be263e3)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch bump-ibrowse-4.4.2-3
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at be263e3  Bump ibrowse to 4.4.2-3

This branch includes the following new commits:

     new be263e3  Bump ibrowse to 4.4.2-3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Bump ibrowse to 4.4.2-3

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch bump-ibrowse-4.4.2-3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit be263e3dea8da617b0169763a6925f49fddf5d59
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Jun 4 00:29:07 2021 -0400

    Bump ibrowse to 4.4.2-3
    
    This reverts the update to ibrowse to always unquote userinfo
    (username and password) in endpoint URLs, as it has issues with
    compatibility since it would unqoute passwords which had a literal '+'
    as ' ' for example.
    
    There is a new recommended way of specifying passwords which may
    contain '@', ':' and other such symbols in
    https://github.com/apache/couchdb/commit/1860ebbf2fa1731a62f3c9b107b2e52811489c1e.
    
    Issue: https://github.com/apache/couchdb/issues/2892
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 50af410..ca1774b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,7 +151,7 @@ DepDescs = [
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
-{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-2"}},
+{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-3"}},
 {jaeger_passage,   "jaeger-passage",   {tag, "CouchDB-0.1.14-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {local,            "local",            {tag, "0.2.1"}},