(from original report at https://jira.codehaus.org/browse/JACKSON-914)
Apparently there are frameworks/platforms that use capitalized Strings "True" and "False" for boolean values. Since we have coercion from "true" and "false", I guess it is not a big deal to also allow either these alternative values, or just generic case-insensitive comparison.