Skip to content

Commit

Permalink
Merge pull request #508 from ietf-wg-jsonpath/rw-1
Browse files Browse the repository at this point in the history
Rob Wilton #1: clarify luxury overflow
  • Loading branch information
cabo authored Aug 25, 2023
2 parents 41cfed3 + 1d9c9f8 commit 380e5a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,10 @@ Obviously, an implementation can still fail when executing a JSONPath
query, e.g., because of resource depletion, but this is not modeled in
this document. However, the implementation MUST NOT
silently malfunction. Specifically, if a valid JSONPath query is
evaluated against a structured value whose size does not fit in the
range of exact values, interfering with the correct interpretation of
the query, the implementation MUST provide an indication of overflow.
evaluated against a structured value whose size is too large to
process the query correctly (for instance requiring the processing of
numbers that fall outside the range of exact values), the implementation
MUST provide an indication of overflow.

(Readers familiar with the HTTP error model may be reminded of 400
type errors when pondering well-formedness and validity, while
Expand Down

0 comments on commit 380e5a8

Please sign in to comment.