You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/04/02 17:22:10 UTC

[couchdb] branch 3.0.x-backports-from-master updated (d377a89 -> ea1c3a3)

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

rnewson pushed a change to branch 3.0.x-backports-from-master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard d377a89  Merge pull request #2690 from apache/fix-create-db-options
 discard 76bbef5  Merge pull request #2657 from apache/cookie-domain-delete
 discard 78f73b3  Merge pull request #2654 from apache/fix-filter-changes-feed-rewinds
 discard ef50761  Merge pull request #2645 from danielbarbarito/users-db-security-editable-ini-fix
     add 395732b  fix: require_valid_user exception logic
     add 91477bf  Merge pull request #2645 from danielbarbarito/users-db-security-editable-ini-fix
     add 03cb69e  Merge pull request #2654 from apache/fix-filter-changes-feed-rewinds
     add 2ccb4a2  Merge pull request #2657 from apache/cookie-domain-delete
     add ea1c3a3  Merge pull request #2690 from apache/fix-create-db-options

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d377a89)
            \
             N -- N -- N   refs/heads/3.0.x-backports-from-master (ea1c3a3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_auth.erl              |  19 ++--
 src/chttpd/test/eunit/chttpd_auth_tests.erl | 129 ++++++++++++++++++++++++++++
 2 files changed, 141 insertions(+), 7 deletions(-)
 create mode 100644 src/chttpd/test/eunit/chttpd_auth_tests.erl