GitHub user iilyak opened a pull request:

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

    Account for binary keys fir headers in CORS

    We do have headers' keys represented as either lists or binaries.
    Make sure we don't crash on `string:to_lower`.
    
    COUCHDB-2733

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

    $ git pull https://github.com/iilyak/couchdb-chttpd 2733-binary-cors-headers

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

    https://github.com/apache/couchdb-chttpd/pull/39.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 #39
    
----
commit 1eed9c5d8a13fc4ea5bd7c06e964f6d7c8e5a1e2
Author: ILYA Khlopotov <[email protected]>
Date:   2015-06-29T12:45:37Z

    Account for binary keys fir headers in CORS
    
    We do have headers' keys represented as either lists or binaries.
    Make sure we don't crash on `string:to_lower`.
    
    COUCHDB-2733

----


---
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