Jackson 3.0.0 default for DeserializationFeature.FAIL_ON_TRAILING_TOKENS
#74
Replies: 4 comments
-
Voted
... these, then security matters more these days. |
Beta Was this translation helpful? Give feedback.
-
Hmmh. Ok, results are clear but number of votes could be higher. Will leave open for now. |
Beta Was this translation helpful? Give feedback.
-
I also voted |
Beta Was this translation helpful? Give feedback.
-
I think we can now decide in favor of change: will update main page, approve FasterXML/jackson-databind#3406. |
Beta Was this translation helpful? Give feedback.
-
(part of #72 uber-Discussion)
As of Jackson 2.x,
DeserializationFeature.FAIL_ON_TRAILING_TOKENS
defaults tofalse
for backwards-compatibility. A suggestion has been made:FasterXML/jackson-databind#3406
to change it to
true
instead, to help catch invalid content being sent.We cannot make the change in Jackson 2.x, but could change it for 3.0.0.
So let's see if there is consensus on whether to make proposed change.
11 votes ·
Beta Was this translation helpful? Give feedback.
All reactions