Merge "Configure jackson to turn off FAIL_ON_UNKNOWN_PROPERTIES. This ensures that...
authorMadhu Venugopal <vmadhu@cisco.com>
Wed, 18 Sep 2013 15:37:38 +0000 (15:37 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 18 Sep 2013 15:37:38 +0000 (15:37 +0000)
commit8f430e4ce6dc900607a3fc74c546a2a5bb63b6fa
treee4c39e138cd135ea389fdb9878a5a97129a01767
parent8449a46b27921168e02c8490a53fe7bed64d03c1
parenta2dcbe15c2d3a00b3cd9a4d9484530904dfc846d
Merge "Configure jackson to turn off FAIL_ON_UNKNOWN_PROPERTIES. This ensures that Jackson is more lenient when it sees extra attributes in the request payload. Add custom exception mapper for handling jackson json exceptions during deserialization"