Opened 16 years ago

Closed 16 years ago

#1053 closed defect (fixed)

Values.getBoolean() is case-sensitive

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.7.1
Component: core Version:
Keywords: Cc:

Description

Trying to convert string values to boolean. Using lowercase strings, such as 'yes', 'no', 'true' or 'false' works as expected. Uppercase or mixed case strings are always converted to boolean true.

Change History (2)

comment:1 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4328]) Fixes #1053: Values.getBoolean() is case-sensitive

Note: See TracTickets for help on using tickets.