[jira] [Commented] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-05-23 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021816#comment-16021816 ] Jens Geyer commented on THRIFT-4206: GitHub user elprans opened a pull request:

[jira] [Commented] (THRIFT-4207) Accelerated version of TBinaryProtocol allows invalid input to string fields.

2017-05-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021439#comment-16021439 ] ASF GitHub Bot commented on THRIFT-4207: GitHub user elprans opened a pull reques

[GitHub] thrift pull request #1274: THRIFT-4207: Make sure Python Accelerated protoco...

2017-05-23 Thread elprans
GitHub user elprans opened a pull request: https://github.com/apache/thrift/pull/1274 THRIFT-4207: Make sure Python Accelerated protocol does not allow invalid UTF-8 The accelerated version of Binary and Compact protocol fails to validate the input string for UTF-8 fields. You

[jira] [Created] (THRIFT-4207) Accelerated version of TBinaryProtocol allows invalid input to string fields.

2017-05-23 Thread Elvis Pranskevichus (JIRA)
Elvis Pranskevichus created THRIFT-4207: --- Summary: Accelerated version of TBinaryProtocol allows invalid input to string fields. Key: THRIFT-4207 URL: https://issues.apache.org/jira/browse/THRIFT-4207

[jira] [Updated] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-05-23 Thread Elvis Pranskevichus (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elvis Pranskevichus updated THRIFT-4206: Flags: Patch Patch Info: Patch Available > Strings in container fields are

[jira] [Created] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-05-23 Thread Elvis Pranskevichus (JIRA)
Elvis Pranskevichus created THRIFT-4206: --- Summary: Strings in container fields are not decoded properly with py:dynamic and py:utf8strings Key: THRIFT-4206 URL: https://issues.apache.org/jira/browse/THRIFT-4

[GitHub] thrift pull request #1273: Fix decoding of strings in containers with py:dyn...

2017-05-23 Thread elprans
GitHub user elprans opened a pull request: https://github.com/apache/thrift/pull/1273 Fix decoding of strings in containers with py:dynamic and py:utf8strings _read_by_ttype and _write_by_ttype must be using the *element* spec and not the container spec when determining the corre

[jira] [Commented] (THRIFT-4205) c_glib is not linking against glib + gobject

2017-05-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021321#comment-16021321 ] ASF GitHub Bot commented on THRIFT-4205: GitHub user gadLinux opened a pull reque

[GitHub] thrift pull request #1272: THRIFT-4205: Set flags for glib+gobject on compil...

2017-05-23 Thread gadLinux
GitHub user gadLinux opened a pull request: https://github.com/apache/thrift/pull/1272 THRIFT-4205: Set flags for glib+gobject on compilation Set flags for glib+gobject on compilation so systems like Android doesn't blow up. You can merge this pull request into a Git repository by

[jira] [Created] (THRIFT-4205) c_glib is not linking against glib + gobject

2017-05-23 Thread Gonzalo Aguilar (JIRA)
Gonzalo Aguilar created THRIFT-4205: --- Summary: c_glib is not linking against glib + gobject Key: THRIFT-4205 URL: https://issues.apache.org/jira/browse/THRIFT-4205 Project: Thrift Issue Typ