So I upgraded a server from CF8 to CF9 last night.. there were some
problems with cfajaxproxy, which were resolved with the 9.0.1 updater.

However, this introduced another problem with cfajaxproxy described by
this dude:

http://www.thecfguy.com/post.cfm/cfajaxproxy-issue-with-coldfusion-9-0-1

Arguments not being passed at all or being passed improperly.  An
example of the latter, I'm seeing something like this:

foo.cfc?method=antispam&argumentCollection={"some-uuid-value"}&returnformat=json

This one gives me a WDDX parse error (no idea why)

And in another case, I'm seeing this:

foo.cfc?method=adminSearchClassmatesGetCount&_cf_ajaxproxytoken=[object%20Object]&returnFormat=json&_cf_nodebug=true&_cf_nocache=true&_cf_rc=11

Note the [Object object] for _cf_ajaxproxytoken.. this one results in
"The YEAR_ID parameter to the adminSearchClassmatesGetCount function
is required but was not passed in. "

The author of the aforementioned blog post said he went back to the CF
9 cfide/scripts directory but I'm afraid if I do this my other issues
will be unfixed, or might result in security issues possible fixed in
the updater.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339782
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to