Deserializing a blacklist filter (FilterDescription) leads to StackOverflowError #1641
Comments
joschi
referenced
this issue
Dec 18, 2015
2.6.3 and onwards has issues deserializing polymorphic classes, which breaks our blacklist filter.
Fixed in e20fe76. |
leusonmario
pushed a commit
to leusonmario/graylog2-server
that referenced
this issue
Aug 2, 2017
Allow negative and empty values on numeric fields (cherry picked from commit 5f9eb78aab6b2f496bd2caaf3dc3e29f9334502b) (cherry picked from commit 4afce1d864e7cf8e605ef586675d5848b8b82898)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jackson 2.6.3 and later (tested with Jackson 2.6.3, 2.6.4, and 2.7.0-rc1) in combination with MongoJack lead to a
StackOverflowError
when trying to deserialize a FilterDescription (including its child classes BlacklistIpMatcherCondition, BlacklistFieldEqualityCondition, and BlacklistPatternCondition) from the database.Steps to reproduce:
The text was updated successfully, but these errors were encountered: