displaying top 100 results
Tracker Issue Bug 83541:(Watson Migration Closure)arrayNew() - can the dimension argument default to 1?99
2598083 CF-3041761 Language : Datastructure Mike Causer Bug 83541:(Watson Migration Closure)arrayNew() - can the dimension argument default to 1?99 Problem:
arrayNew() - can the dimension argument default to 1?99.9% of the time i find myself creating single dimension arrays.more in line
Tracker Issue ArrayFindAllNoCase
2613560 CF-3228672 Language : Closures Mike Causer ArrayFindAllNoCase Problem Description: Documentation states ArrayFindAllNoCase() executes a closure. It appears to not.
ArrayFindAll() checks if the 2nd argument is a UDFMethod and if so, casts the Object as a UDFMethod so that Array
Tracker Issue Bug 85125:create a struct
2597721 CF-3042828 Language : Functions Mike Causer Bug 85125:create a struct Problem:
create a struct.add an international phone number with leading '+'. eg "+61299887766"serialise the structdeserialise the structthrows
Method:
// create a struct with a phone numbertest = struct
Tracker Issue lsDateTimeFormat - minute in hour
2613559 CF-3228676 Documentation Mike Causer lsDateTimeFormat - minute in hour Problem Description: In the mask the 'm' (minute in hour) is getting confused with 'M' (month in year).
Steps to Reproduce: LSDateTimeFormat( now(), "yyyy-MM-dd HH:mm:ss z" );
Actual Result: 2012-07-03 11:07:23 EST
Tracker Issue Bug 87179:-(Watson Migration Closure)"Invalid Date: header (not RFC 2822)" in Spam Assassin
2597218 CF-3085248 Language : Functions Mike Causer Bug 87179:-(Watson Migration Closure)"Invalid Date: header (not RFC 2822)" in Spam Assassin Problem:
"Invalid Date: header (not RFC 2822)" in Spam Assassin.
The CFMAIL Date header is coming out like this:
"Date: Fri, 25 Nov 2011 15:40:07 +1000
2597270 CF-3044043 Language Mike Causer Bug 87118:-(Watson Migration Closure)serialiseJSON('{"key":"000"}') produces: {"key:000} which javascript is unable to interpret Duplicate ID: CF-3321476
Problem:
serialiseJSON('{"key":"000"}') produces: {"key:000} which javascript is unable to interpret
2597416 CF-3043873 Security : General Mike Causer Bug 86954:GenerateSecretKey('AES') returns a 24 character key Problem:
GenerateSecretKey('AES') returns a 24 character key.GenerateSecretKey('aes') returns a 44 character key.In the coldfusion.runtime.Encryptor class - in the generate
Tracker Issue Bug 83517:(Watson Migration Closure)in the new cf9 cfscript query cfcyou must have a space after named parameters
2598091 CF-3041750 Database : CFQuery Mike Causer Bug 83517:(Watson Migration Closure)in the new cf9 cfscript query cfcyou must have a space after named parameters Problem:
in the new cf9 cfscript query cfcyou must have a space after named parameters. tabs, line breaks etc wont work. it must be a
2598092 CF-3041749 Language : CustomTag Mike Causer Bug 83516:(Watson Migration Closure)the cf9 query cfc seems to be missing a true in a listToArray() as the 3rd argument 'includeEmptyFields' Problem:
the cf9 query cfc seems to be missing a true in a listToArray() as the 3rd argument 'include
2597963 CF-3041891 Language Mike Causer Bug 83835:(Watson Migration Closure)If the first run (since server start) new http(); occurs inside a thread, the call silently fails Problem:
If the first run (since server start) new http(); occurs inside a thread, the call silently fails.Inside the custom