displaying top 100 results
2672748 CF-4173657 Core Runtime Kyle Thompson setDomainCookies causes NullPointerException on domain change Problem Description:
An application with setDomainCookies set to "yes" will trigger a NullPointerException in coldfusion.runtime.AppHelper.isValidCFID
Steps to Reproduce:
Set set
2672892 CF-4158043 Web Socket Kyle Thompson Publishing large objects cause problems with Chrome using WebSockets Duplicate ID: CF-4154216
Problem Description:
Publishing large objects cause the frame to be encoded incorrectly for Chrome. However, it works correctly in Firefox.
Steps to Reproduce
Tracker Issue Exceptions and CFDUMP stall scheduler threads
2608327 CF-4125306 Scheduler Kyle Thompson Exceptions and CFDUMP stall scheduler threads Problem Description: When a session is ending, a scheduler thread comes by to clean it up. If the onSessionEnd function throws an error or uses cfdump, it will cause the schedule thread to stall. I can't seem