Re: Does cf10 change the way deserializejson handles null?
Yes, there was a change in behaviour. The CF8 and CF9 behaviour was a bug; CF10 fixes the bug. A NULL value is not the same as a string containing "null", and there never should have been this handling...
View ArticleRe: Does cf10 change the way deserializejson handles null?
JeffryHouser wrote: Also, there is a bug for this. I'd grant you that there's a ticket in the bugbase, but it's not a bug. it's a misunderstanding about how an earlier bug was fixed. -- Adam
View ArticleDeserializeJSON
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946 1172e0811cbec22c24-79e4.html
View ArticleRe: DeserializeJSON
These docs need updating to revise this guidance:"The JSON null value becomes the string null." This describes buggy behaviour in CF8 & CF9 that was fixed in CF10. A JSON NULL is not correctly...
View ArticleRe: How to see if version 9 or 10 can run our platform
* what's the specific problem you're having?When trying to browse the .cfm pages on a IIS site that is connected to CF 9 it returns a “%1 is not a valid Win32 application.” error * what sort of CF...
View ArticleRe: Does cf10 change the way deserializejson handles null?
Adam, Do you have any suggestions on how to deal with this behavior in code? In my version of the world: If a structure has a key; then I should not get an "undefined" runtime error trying to...
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
I seem to have broken my administrator. After I changed the path to "C:\Program Files (x86)\Java\jre7", I stopped the service and it would not restart. I did not put the path in quotation marks. The...
View ArticleRe: CompilationFailedException consuming web services on CF10
That message sure does. ""java/util"" must be a place holder. I added lib to the class.path and there is no difference. I am going to punt. Uninstall CX, reinstall, apply hotfixes, rebuild sites in...
View ArticleRe: Does cf10 change the way deserializejson handles null?
Oh, yeah, CF's handling of null values has always been crap, but this is hardly new. What you are describing here is how CF has always behaved. There is an isNull() function now, and as far as I have...
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
First, you will need to get ColdFusion pointing back to the original JVM. Open the jvm.config file found at C:\ColdFusion10\cfusion\bin using a text editor. Near the top of the file, look for the...
View ArticleRe: DeserializeJSON
Adam, I think you meant to say "A JSON NULL is now correctly deserialised..." instead of not.
View ArticleRe: DeserializeJSON
Yes. Yes I did. I'm glad someone pays attention to the annotations here Good catch Carl. -- Adam
View ArticleColdfusion Standard Patched?
My Coldfusion Standard version is 9,0,2,282541Am I fully patched for version 9?
View ArticleRe: Coldfusion Standard Patched?
There is no way to tell using the version number alone, they do not update the version number when you apply security hotfixes. To know for sure if all your hotfixes are applied you need to look at the...
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
OK. We are in business. I think I only have one more question related to the CF 10 lockdown. The documentation next talks of blocking unneeded file types. I have been looking on MS Server 2008-R2 IIS...
View ArticleRereplace Apostrophes?
First off let me preface this with I'm new to programming in general. I'm working with coldfusion 10 and an access database The problem I am having is regarding a certain form, people that use this web...
View ArticleRe: Coldfusion Standard Patched?
Other than JAR files in CF9\lib\updates the CHFn (cumulative hot fix number) and APSBnn-nn (security patch release) apply file changes in CFIDE.HTH, Carl.
View ArticleRe: Memory leak issue in CF 10
Hi Carl, Thanks for the response. I tried with this but no luck.
View ArticleRe: Memory leak issue in CF 10
Hi Adam, Thanks for this information. As u said I sent a mail to Charlie regarding this issue. I got the replay also then I came to aknow that his way of troubleshooting is different('"watch over you...
View ArticleRe: Memory leak issue in CF 10
Hi Abdul, Seeing you mention "Error""tomcat-ajp-nnn" etc perhaps there will be some informative details in the tomcat connector log. Now you don't specify OS or WEB details but I guess Unix (/mnt) of...
View Article