summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2021-06-04 00:29:07 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-06-04 02:11:35 -0400
commite349128d21212e9ab9ca35e8a72c581b9b77ebb1 (patch)
tree80b58a5dea195f45366a0b09850fe0f056f3c8fa
parent1860ebbf2fa1731a62f3c9b107b2e52811489c1e (diff)
downloadcouchdb-e349128d21212e9ab9ca35e8a72c581b9b77ebb1.tar.gz
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
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 50af41036..ca1774b8e 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"}},