Support StreamReadConstraints.maxDocumentLength
validation for CBOR, Smile #392
Closed
Description
equivalent of FasterXML/jackson-dataformats-text#430 and #358
In particular, the 2 new ones (in 2.16)
- maxDocumentLength
- maxNameLength
These settings are not likely to be supported for data formats in this project. Some support already exists for the pre-existing StreamReadConstraints settings.
This issue specifically for supporting maxDocumentLength
validation; #475 is for name length validation.