search : dan switzer

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

displaying top 100 results

2610513 CF-3698424 External U. I concur with Dan G. Switzer. Unless there is a compelling reason to change this behavior, I would like to see it fixed as well.
2608406 CF-4100853 Core Runtime Dan Switzer ColdFusion compile bug with Application mappings Duplicate ID: CF-3863748 Problem Description: There is an issue where in how CF compiles components that have per-application mappings. The problem is if a component "extends" another component that
2608457 CF-4090377 Installation/Config : Connector Dan Switzer SELinux issues with ColdFusion 10 update 18 connector (10,0,18,296330) Problem Description: Rebuilding the Apache web connector under CentOS 6.6 and Apache 2.2.15-47.el6 causes SELinux conflicts. The Apache error_log generates errors
2599368 CF-3040283 Language Dan Switzer Bug 80336:(Watson Migration Closure)I'd also love to see CF add better XSS integration integration Problem: I'd also love to see CF add better XSS integration integration. The OWASP AntiSamy project would be a wonderful OS project to integrate into CF
2596811 CF-3690487 CFIMAGE Dan Switzer Images temporarily stored in the RAM drive can produce exceptions in logs Problem Description: We started seeing an issue where our application.log, exception.log and coldfusion-out.log are all logging errors like the following: Could not read from ""ram
2596985 CF-3209431 CFIMAGE Dan Switzer Resizing PNG image causes ColdFusion to crash Problem Description: Certain image files (such as the attached PNG) can cause the ColdFusion server to crash when it tries to write the file to disk. When you read in the attached "bad.png" file using image
2603224 CF-3035862 General Server Dan G. Switzer, II Bug 72734:(Watson Migration Closure)Since SQL Injections are such a huge issue right now, I was thinking another way CF could help to prevent SQL injections is to provide some functions for limiting the FORM/URL variables to a specific Problem
2608696 CF-4021952 Language : Closures Dan Switzer Cached components with closures will error when the closure is called Problem Description: If you have a component that declares a closure, executing the closure from a cached version of the component fails when run outside of the original request
2609774 CF-3777192 Language Dan Switzer dateConvert() casts datetme as UTCOleDateTime which causes issues with date operations Problem Description: When calling dateConvert("local2utc", now()) the internal Java object is an UTCOleDateTime, where as all other datetime variables appear to be normal