Jan Lehnardt (JIRA | 1 Sep 2009 15:12
Picon
Favicon

[jira] Closed: (COUCHDB-482) batch_save-Test is failing on webkit-based browsers


     [
https://issues.apache.org/jira/browse/COUCHDB-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-482.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10

Applied Robert's patch in r810015 and 0.10.x.

> batch_save-Test is failing on webkit-based browsers
> ---------------------------------------------------
>
>                 Key: COUCHDB-482
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-482
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 0.10
>         Environment: OS X 10.5.7, using CouchDBX-0.10.0a-R13B01-pl3-UNSTABLE.app
>            Reporter: Sebastian Cohnen
>            Priority: Minor
>             Fix For: 0.10
>
>         Attachments: 0001-Fixed-batch_save-test.-Added-a-browser-based-excepti.patch, dont-test-reason-phrase.patch
>
>
> The batch_save is failing, because webkit does always set the http statusText to "OK". This at least on OS X
(Continue reading)

Jan Lehnardt (JIRA | 1 Sep 2009 15:34
Picon
Favicon

[jira] Closed: (COUCHDB-483) changes-Test does not run on webkit-based browsers


     [
https://issues.apache.org/jira/browse/COUCHDB-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-483.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10

Applied in r810028 and 0.10.x.

> changes-Test does not run on webkit-based browsers
> --------------------------------------------------
>
>                 Key: COUCHDB-483
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-483
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 0.10
>         Environment: OS X 10.5.7, using CouchDBX-0.10.0a-R13B01-pl3-UNSTABLE.app
>            Reporter: Sebastian Cohnen
>             Fix For: 0.10
>
>         Attachments: 0001-Fixed-changes-test.-webkit-currently-does-not-comple.patch
>
>
> The changes-test fails, because of a strange, or maybe broken, behaviour of webkit-based browsers
(testet on Safari Version 4.0.3 (5531.9) and Webkit nightly-build #47686). The asynchronous requests
(Continue reading)

maddiin | 1 Sep 2009 17:29

Re: Website redesign

Here's the patch. I attached the images separately in case you need them 
(even though they're listed in the patch it didn't work for me when I 
tried to apply the patch and I'm too lazy to dig that much into SVN).
Attachment (new_layout.diff): text/x-patch, 18 KiB
Attachment (htdocs.zip): application/zip, 13 KiB
Benoit Chesneau (JIRA | 2 Sep 2009 05:37
Picon
Favicon

[jira] Created: (COUCHDB-492) cascading auth + _session

cascading auth + _session
-------------------------

                 Key: COUCHDB-492
                 URL: https://issues.apache.org/jira/browse/COUCHDB-492
             Project: CouchDB
          Issue Type: Bug
    Affects Versions: 0.10
            Reporter: Benoit Chesneau
             Fix For: 0.10

Actually when you log your user via _session handler it looks only for user in userdb and ignore admins set in
local.ini file . Which give some problem if users are set manually (without using _user handler), 2 users
could have the same login, or when the user don't exist in userdb but only in local.ini it won't be found and
authentifaction will fail.

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Adam Kocoloski (JIRA | 2 Sep 2009 06:33
Picon
Favicon

[jira] Resolved: (COUCHDB-491) Support replication over SSL


     [
https://issues.apache.org/jira/browse/COUCHDB-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Kocoloski resolved COUCHDB-491.
------------------------------------

    Resolution: Fixed

Resolved and merged to the 0.10.x branch

> Support replication over SSL
> ----------------------------
>
>                 Key: COUCHDB-491
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-491
>             Project: CouchDB
>          Issue Type: Improvement
>            Reporter: eric casteleijn
>             Fix For: 0.10
>
>
> CouchDB currently does not support replication over SSL which is a problem when replicating non public
databases between two CouchDB servers over the internet.
> It seems SSL support is almost there, though:
> If ssl is started from bin/couchdb, push replication to a couchdb that is behind an SSL proxy works (i.e. to
an https:// url), but pull replication from same fails, because apparently the request is not encrypted
at all. (At least nginx seemed to think it wasn't.)

--

-- 
(Continue reading)

Benoit Chesneau (JIRA | 2 Sep 2009 06:33
Picon
Favicon

[jira] Updated: (COUCHDB-492) cascading auth + _session


     [
https://issues.apache.org/jira/browse/COUCHDB-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-492:
------------------------------------

    Attachment: couch_server.diff

`couch_httpd_auth:create_user_req` and `couch_server:hash_password_admin` use a different algo to
create the hashed password in current CouchDB. So even even if the _session handler use allready
get_user,  wich test first local.ini then users db, auth will fail because expected password hash is
different. 

Here is a patch that solve it by using same algorihm to make the hash. It don't change the way hash are
calculated in local.ini but only in couch_httpd_auth which is more recent.

> cascading auth + _session
> -------------------------
>
>                 Key: COUCHDB-492
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-492
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Benoit Chesneau
>             Fix For: 0.10
>
>         Attachments: couch_server.diff
>
(Continue reading)

Benoit Chesneau (JIRA | 2 Sep 2009 06:53
Picon
Favicon

[jira] Updated: (COUCHDB-492) cascading auth + _session


     [
https://issues.apache.org/jira/browse/COUCHDB-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-492:
------------------------------------

    Attachment: couch_server2.patch

new patch that fix tests. All tests pass.

> cascading auth + _session
> -------------------------
>
>                 Key: COUCHDB-492
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-492
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Benoit Chesneau
>             Fix For: 0.10
>
>         Attachments: couch_server.diff, couch_server2.patch
>
>
> Actually when you log your user via _session handler it looks only for user in userdb and ignore admins set
in local.ini file . Which give some problem if users are set manually (without using _user handler), 2
users could have the same login, or when the user don't exist in userdb but only in local.ini it won't be
found and authentifaction will fail.

(Continue reading)

Benoit Chesneau (JIRA | 2 Sep 2009 06:57
Picon
Favicon

[jira] Updated: (COUCHDB-492) cascading auth + _session


     [
https://issues.apache.org/jira/browse/COUCHDB-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-492:
------------------------------------

    Priority: Blocker  (was: Major)

I think this should be a blocker for 0.10 since password hash homogeneity is needed for the use of couchdb on
the long term.

> cascading auth + _session
> -------------------------
>
>                 Key: COUCHDB-492
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-492
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Benoit Chesneau
>            Priority: Blocker
>             Fix For: 0.10
>
>         Attachments: couch_server.diff, couch_server2.patch
>
>
> Actually when you log your user via _session handler it looks only for user in userdb and ignore admins set
in local.ini file . Which give some problem if users are set manually (without using _user handler), 2
users could have the same login, or when the user don't exist in userdb but only in local.ini it won't be
(Continue reading)

Jan Lehnardt (JIRA | 2 Sep 2009 11:40
Picon
Favicon

[jira] Closed: (COUCHDB-492) cascading auth + _session


     [
https://issues.apache.org/jira/browse/COUCHDB-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-492.
--------------------------------

    Resolution: Fixed

applied in r810435 and 0.10.x

> cascading auth + _session
> -------------------------
>
>                 Key: COUCHDB-492
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-492
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Benoit Chesneau
>            Priority: Blocker
>             Fix For: 0.10
>
>         Attachments: couch_server.diff, couch_server2.patch
>
>
> Actually when you log your user via _session handler it looks only for user in userdb and ignore admins set
in local.ini file . Which give some problem if users are set manually (without using _user handler), 2
users could have the same login, or when the user don't exist in userdb but only in local.ini it won't be
found and authentifaction will fail.
(Continue reading)

Bob Dionne (JIRA | 2 Sep 2009 13:28
Picon
Favicon

[jira] Created: (COUCHDB-493) tweaked etaps to support new startup

tweaked etaps to support new startup
------------------------------------

                 Key: COUCHDB-493
                 URL: https://issues.apache.org/jira/browse/COUCHDB-493
             Project: CouchDB
          Issue Type: Bug
          Components: Test Suite
            Reporter: Bob Dionne
            Priority: Minor

couch_server:start(...  has gone away, changed etaps to use couch_server_sup:start_link

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Gmane