Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
THRIFT-2572 ported C++ string and container read length limit to Java.
This is very useful feature especially for servers that protects them from malicious or garbled input.
Currently, only binary and compact have this but JSON and for some reason THeader do not.
I'm not aware of any language other than C++ and Java that already possesses this feature.