Status/Resolution/Reason: Closed/Won't Fix/AsDesigned
Reporter/Name(from Bugbase): Alex Parsons / Alex Parsons (Alex Parsons)
Created: 10/14/2015
Components: Core Runtime
Versions: 11.0
Failure Type: Crash
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:
In response to any request with a cookie containing a non-ASCII character, Cold Fusion 11 appears to crash and IIS returns an HTTP 500 Internal Server Error (blank white page).
Steps to Reproduce:
1) Download attached "test.txt" and rename to "test.cfml" in your Cold Fusion 11 server web root
2) Make a second copy of this file at "test.html"
3) Load either page and click the link, which via Javascript sets a cookie to "ñ" and reloads the page
4) Subsequently, the CFML page will return HTTP 500 (blank white page); the HTML page will display normally
Alternatively, run the following in Javascript console and attempt to load any CFML page:
document.cookie="asdf=ñ";
Actual Result:
HTTP 500 Internal Server Error (blank white page).
Expected Result:
No errors.
Any Workarounds:
Clear cookies.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4073906
External Customer Info:
External Company:
External Customer Name: Alex Parsons
External Customer Email:
External Test Config: Windows Server 2012 R2 Standard
IIS 8.5
Cold Fusion 11
OS and applications are fully patched as of submission time.
Attachments:
- October 15, 2015 00:00:00: 1_test.txt
Comments: