[ https://issues.apache.org/jira/browse/THRIFT-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bryan Duxbury reassigned THRIFT-254: ------------------------------------ Assignee: Michael Stockton > Add optional strict version support to binary protocols > ------------------------------------------------------- > > Key: THRIFT-254 > URL: https://issues.apache.org/jira/browse/THRIFT-254 > Project: Thrift > Issue Type: Improvement > Components: Library (Ruby) > Reporter: Michael Stockton > Assignee: Michael Stockton > Priority: Minor > Fix For: 0.1 > > Attachments: thrift-254-v2.patch, thrift-254-v3.patch, > thrift-254.patch > > > Several thrift libraries do not read a thrift version number in messages by > default. This can cause issues for a ruby user who interacts with thrift > services written in other languages because the ruby library doesn't support > an option to disable version validation. > This patch does not change the default behavior, where thrift version numbers > are expected, but it does add the option to disable version validation. > For example: > Thrift::BinaryProtocol.new(transport, strict_read=false, strict_write=true) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.