[jira] [Resolved] (THRIFT-1151) Produce more informative runtime error in case of schema and data mismatch during serialization

2011-06-17 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro resolved THRIFT-1151. -- Resolution: Fixed Fix Version/s: 0.7 Committed with a slight change, instead of

[jira] [Assigned] (THRIFT-1151) Produce more informative runtime error in case of schema and data mismatch during serialization

2011-06-17 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro reassigned THRIFT-1151: Assignee: Anthony Molinaro > Produce more informative runtime error in case of sch

[jira] [Resolved] (THRIFT-1213) Membuffer should provide a way to get back the buffer

2011-06-17 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro resolved THRIFT-1213. -- Resolution: Fixed Fix Version/s: 0.7 Fix as outlined in description. > Membuff

[jira] [Updated] (THRIFT-1213) Membuffer should provide a way to get back the buffer

2011-06-17 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro updated THRIFT-1213: - Description: I wanted to get the binary representation of a serialized thrift object and

[jira] [Updated] (THRIFT-1213) Membuffer should provide a way to get back the buffer

2011-06-17 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro updated THRIFT-1213: - Attachment: THRIFT-1213 Patch mentioned in description > Membuffer should provide a way

[jira] [Created] (THRIFT-1213) Membuffer should provide a way to get back the buffer

2011-06-17 Thread Anthony Molinaro (JIRA)
Membuffer should provide a way to get back the buffer - Key: THRIFT-1213 URL: https://issues.apache.org/jira/browse/THRIFT-1213 Project: Thrift Issue Type: Improvement Reporter:

Use rebar with erlang code?

2011-06-17 Thread Anthony Molinaro
Hi, So I was considering removing some of the current erlang makefiles and replacing them with rebar. Its a standalone escript which makes building and testing erlang easier. The code and script are Apache 2 license https://github.com/basho/rebar/blob/master/LICENSE so should be fine to includ

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Toby Thain (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051434#comment-13051434 ] Toby Thain commented on THRIFT-1205: But the exception in this situation can clearly

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051417#comment-13051417 ] Bryan Duxbury commented on THRIFT-1205: --- I think 1MB is too small. This is a really

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Toby Thain (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051404#comment-13051404 ] Toby Thain commented on THRIFT-1205: @Ryan - I'd recommend less, maybe 1MB, and make

[jira] [Created] (THRIFT-1212) Members capital case conflict

2011-06-17 Thread Vadim Chekan (JIRA)
Members capital case conflict - Key: THRIFT-1212 URL: https://issues.apache.org/jira/browse/THRIFT-1212 Project: Thrift Issue Type: Bug Components: C# - Compiler Affects Versions: 0.6.1 Envi

Build failed in Jenkins: Thrift #166

2011-06-17 Thread Apache Jenkins Server
See Changes: [roger] THRIFT-1202 Malformed JSON for map services parameters fix broken build => add missing testcase for testStringMap introduced with THRIFT-1202 -- [...truncated 5013 lines...] ok testLi

Re: [jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Jens Geyer
I agree that this is a security issue. Ryan King commented on THRIFT-1205: Thrift is not design for public facing services. This is not a valid argument, IMHO. This may be correct if we look today at the intention. But you really have no idea what people will do with the framework tomorow.

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051233#comment-13051233 ] Ryan King commented on THRIFT-1205: --- Bryan- The default maxLength is now 2GB. I propos

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051123#comment-13051123 ] Bryan Duxbury commented on THRIFT-1205: --- The "partial allocation" approach actually

[jira] [Commented] (THRIFT-1205) port server unduly fragile with arbitrary input

2011-06-17 Thread Toby Thain (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051009#comment-13051009 ] Toby Thain commented on THRIFT-1205: @Bryan - yes, I inferred that from the nature of