﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
775	parseMetadataItem() is too sloppy about booleans	rhl@…	David.Robbins@…	"In psLib rel12_0, the parser for boolean values accepts any string starting 'T' as true, and any string
starting 'F' as false (as well as 0/1); e.g. ""TOTALLY_BOGUS"" is parsed as true.

There is a status return for invalid keys, so it's simple to require that only the strings
    T 1 TRUE  (in any case combination) are true, and only
    F 0 FALSE are false.

This is actually what the source code comment claims to be the case."	defect	closed	high		types	unspecified	normal	fixed		
