You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by rnewson <gi...@git.apache.org> on 2015/09/18 15:08:05 UTC

[GitHub] couchdb-twig pull request: Fix logging of invalid Unicode data

GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb-twig/pull/3

    Fix logging of invalid Unicode data

    The io:put_chars/1 function attempts to handle unicode conversions. This
    would break when attempting to log a binary like <<255>> (which happens
    to exist in #view_query_args{}). This just switches the call to
    io:format/2 which does no Unicode conversion.
    
    This bug should only affect dbcore nodes where no rsyslog host is
    specified (namely, local development clusters).
    
    BugzId: 30437

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

    $ git pull https://github.com/cloudant/couchdb-twig unicode

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

    https://github.com/apache/couchdb-twig/pull/3.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 #3
    
----
commit d9757ad76a1046c7f858ea07ddcf0bf1dbfb6fef
Author: Paul J. Davis <pa...@gmail.com>
Date:   2014-04-29T04:21:23Z

    Fix logging of invalid Unicode data
    
    The io:put_chars/1 function attempts to handle unicode conversions. This
    would break when attempting to log a binary like <<255>> (which happens
    to exist in #view_query_args{}). This just switches the call to
    io:format/2 which does no Unicode conversion.
    
    This bug should only affect dbcore nodes where no rsyslog host is
    specified (namely, local development clusters).
    
    BugzId: 30437

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-twig pull request: Fix logging of invalid Unicode data

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-twig/pull/3#issuecomment-141449671
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-twig pull request: Fix logging of invalid Unicode data

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-twig/pull/3


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---