Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 03/09/2016
Components: Core Runtime
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Major / Unknown
Locale/System: English / Mac All
Vote Count: 1
Duplicate ID: CF-4022322
Problem Description:
The change from comma-separated to dot-separated version number breaks all version checking code out there in the wild, and will cause havoc for users of the product since many 3rd party libraries they rely on will break.
Steps to Reproduce:
Try to run any code that sniffs the product version using list manipulation of server.coldfusion.productversion
Actual Result:
Product version will contain dots instead of just a numeric value. Version checking will fail.
Expected Result:
Product version should contain commas -- like all past releases of ColdFusion (and like Railo, Lucee, and BlueDragon).
Any Workarounds:
None.
Suggested Fix:
Retain existing server.coldfusion.productversion with comma-separated numbers. Add a new server.coldfusion.version (or semanticversion) with a dot-separated version number. Maintain both going forward.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126677
External Customer Info:
External Company: Railo US
External Customer Name: Sean Corfield
External Customer Email: SEAN@CORFIELD.ORG
External Test Config:
Attachments:
Comments: