Ticket #2531483 (accepted defect)

Reporter


Prajwalit
Opened: 11/23/11
Last modified: 11/29/11
Status: accepted
Type: defect

Owner


Thomas S. Sha
Target Release:
Priority: P3 (normal)
Summary: Difference between querystring-stringify and querystring-stringify-simple while converting boolean value to string
Description:

querystring-stringify converts boolean values to 1 or 0 while querystring-stringify-simple converts it to true/false
It should be consistent either 0/1 or true/false

Type: defect Observed in Version: development master
Component: QueryString Severity: S3 (normal)
Assigned To: Thomas S. Sha Target Release:
Location: Library Code Priority: P3 (normal)
Tags: querystring, stringify, simple, boolean Relates To:
Browsers: All
URL: http://jsfiddle.net/prajwalit/7eVNy/
Test Information:

Change History

Thomas S. Sha

YUI Contributor

Posted: 11/29/11
  • location changed to Library Code
  • priority changed to P3 (normal)
  • status changed from new to accepted