GitHub user eiri opened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/126

    Return error 400 on temporary view request

    The request for temporary view is currently returning "403 Forbidden" 
error, which is implying a permissions issue. Error "400 Bad Request" seems to 
fit better.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-chttpd 
return-400-for-temporary-views

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-chttpd/pull/126.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #126
    
----
commit 3e8a802e26c22d271b9a4e2202861bb4cc3416c6
Author: Eric Avdey <[email protected]>
Date:   2016-06-07T18:16:35Z

    Return error 400 on temporary view request
    
    We are currently returning "403 Forbidden" error there,
    which is implying a permissions issue.
    Error "400 Bad Request" seems more appropriate.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to