This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 519e1aeac THRIFT-6192: Match HTTP header names in full rather than by
prefix Client: cpp
add 8e3a6de69 Bound the string length the Smalltalk binary protocol will
read Client: st
add ca0813c2f Bound the depth TProtocolUtil.skip will follow in the Java
ME library Client: javame
add a5337faae Bound wire-declared lengths in the Java ME library Client:
javame
add faa1dee93 Give the OCaml length limits a finite default Client: ocaml
add 827236ca2 Bound the SASL negotiation payload by frame size rather than
message size Client: java
No new revisions were added by this update.
Summary of changes:
.../apache/thrift/transport/TSaslTransport.java | 9 +-
.../thrift/transport/TestTSaslTransports.java | 52 +++++
.../apache/thrift/protocol/TBinaryProtocol.java | 41 ++++
.../src/org/apache/thrift/protocol/TProtocol.java | 7 +-
.../org/apache/thrift/protocol/TProtocolUtil.java | 16 +-
.../apache/thrift/transport/TFramedTransport.java | 42 ++++
lib/javame/test/TestDeclaredLengthLimits.java | 220 +++++++++++++++++++++
lib/javame/test/TestSkipDepth.java | 133 +++++++++++++
lib/ocaml/src/TBinaryProtocol.ml | 12 +-
lib/ocaml/src/TFramedTransport.ml | 7 +-
lib/st/thrift.st | 21 +-
11 files changed, 553 insertions(+), 7 deletions(-)
create mode 100644 lib/javame/test/TestDeclaredLengthLimits.java
create mode 100644 lib/javame/test/TestSkipDepth.java