tracker issue : CF-4198408

select a category, or use search below
(searches all categories and all time range)
Title:

Incorrect (de) serialization of string

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Neo Ramos / Neo Ramos ()

Created: 03/15/2017

Components: Language, Serialization

Versions: 2016

Failure Type: Crash

Found In Build/Fixed In Build: http://trycf.com / 306847

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Linux

Vote Count: 1

Problem Description: When CF dynamically serializes a string such as "5E7434", it is detecting as a numeric value.  Deserializing this same value returns a different value

Steps to Reproduce: http://trycf.com/gist/bcb0f9dbb2d9d483cfbeef847060e7ed/acf2016?theme=monokai

Actual Result: 1.#INF

Expected Result: 5E7434

Any Workarounds: None known

Attachments:

Comments:

Please note that the code sample yields the same result with or without double quotes around the value ("5E7434" ),
Comment by Neo R.
1064 | March 15, 2017 08:58:05 PM GMT