Add new StreamReadConstraints
(maxTokenCount
) to limit maximum number of Tokens allowed per document
#1310
Labels
2.18
Issues planned at earliest for 2.18
processing-limits
Issues related to limiting aspects of input/output that can be processed without exception
Milestone
As discussed in FasterXML/jackson#231 (reply in thread) it would be useful to allow limiting of input content as indicated by number of tokens -- in addition to already existing limits as of Jackson 2.17 (maximum length in bytes/chars; maximum nesting depth; maximum property name length; maximum number/text token lengths).
The text was updated successfully, but these errors were encountered: