ad6af3250c
Motivation: HttpHeaders.getBoolean should return the same truth value for the same string value, regardless of the underlying type. Modifications: - Only treat values of true as Boolean.TRUE - Add unit tests. Result: Consistent converting of values for all CharSequence implementations.