You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation states that the valid levels for the compress filter are [0..9], while the validation logic allows a wider range, see: #1515
Expected behavior
The safest is to limit the validation to 0..9, and explicitly support HuffmanOnly, and use the default when the compression level is not specified.
Observed behavior
Currently the validation accepts a wider range of levels than what's documented.
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation states that the valid levels for the compress filter are [0..9], while the validation logic allows a wider range, see: #1515
Expected behavior
The safest is to limit the validation to 0..9, and explicitly support HuffmanOnly, and use the default when the compression level is not specified.
Observed behavior
Currently the validation accepts a wider range of levels than what's documented.
The text was updated successfully, but these errors were encountered: