Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): e-domizil License Team / e-domizil License Team (Alexander Hass)
Created: 05/18/2015
Components: General Server
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:
This seems to be a regression from CF8.
We expect that cfparam prevents from undefined variables inside our coldfusion code, but not that cfparam trying and failing of doing the job of “cfcookie”. The problem we experience is that we normally set a domain cookie with cfcookie named PARTNERID with domain “.mydomain.de”. This comes back from the client and we need to read “cookie.partnerid” only, but if there is none defined, the PARTNERID cookie must not be send with a invalid domain “partner.mydomain.de” back to the client with an empty default value.
Steps to Reproduce:
Run the attached "cfparam.cfm"
Actual Result:
cookie.partnerid is send my "cfparam"
Expected Result:
cookie.partnerid is NOT send my "cfparam" any only by "cfcookie"
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3989753
External Customer Info:
External Company:
External Customer Name: E
External Customer Email:
External Test Config: My Hardware and Environment details:
- Windows 2008 R2, IIS, CF Updater 16
- Windows 2012, IIS, CF Updater 16
Attachments:
- May 18, 2015 00:00:00: 1_cfparam.cfm
Comments: