Skip to content

Support StreamReadConstraints.maxDocumentLength validation for CBOR, Smile #392

Closed
@pjfanning

Description

https://github.com/FasterXML/jackson-core/blob/2.16/src/main/java/com/fasterxml/jackson/core/StreamReadConstraints.java

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions