Re: Has Adobe abandoned CF in Dreamweaver CC?
Well this is both annoying and exciting. Annoying because my office (a large federal government agency) is a CF shop, and we have a home-brewed CMS built in CF. My office's portion of the agency's...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
BreakawayPaul, - Couple of points I'd like to make here... One, CF is not going away. But Adobe's support and view of it are apparently changing more to the enterprise side of things and less to the...
View ArticleRe: Clear All Session Variables at end of day
Weezerboy, your question starts by setting the reader on the wrong foot. To force your users to re-log in, you need not do anything about sessions! You should have designed login using the...
View ArticleRe: CF10 freezes after running a few days
Hello Helen, You may refer tohttp://www.adobe.com/devnet/coldfusion/articles/coldfusion_performance .htmlfor performance tuning. Although this document refers to JRun architecture, however at the same...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
While that's helpful Lawrence, the fact is that my agency has what I call "Open Source Phobia". They refuse to consider anything that they consider "free" or "open source". I wasn't even able to talk...
View ArticleRe: How does "use the hot fix installer to apply this update (ColdFusion 10...
Hello GDMVU, Apart from the suggestions provided above, please make sure you have proper permissions on updates.xml at C:\ColdFusion10\cfusion\hf-updates\. Regards,Anit Kumar
View ArticleRe: How to see if version 9 or 10 can run our platform
Hello salesclub, As per the supported environment, CF9 is supported on Windows Server 2003. Also, you can install CF MX 6.1 and CF9 on the same server. However, did you remove the CF MX 6.1 connector...
View ArticleCold Fusion 9 Cross site scripting issues
Hi, We have an application in Cold Fusion 9 and we ran a PCI pen test on it only to find that the application has vulnerabilities like HTTP response splitting (CVE-2012-2041), cross-site scripting...
View ArticleRe: Cold fusion version 9 end-of-life question
I think the real question is, "When will Adobe EOL ColdFusion?" Forced to update my Dreamweaver CS6 to the new Dreamweaver CC version, CML tags appear to NOT be supported out of the box. I'm angry....
View ArticleRe: Cold Fusion 9 Cross site scripting issues
CF10 is the latest production release version. When I upgrades from CF9 to CF10 I did run into some issues, but all were related to custom Java classes I had added that relied on Java classes included...
View ArticleRe: Cold fusion version 9 end-of-life question
I'm not sure what you mean by "forced to update my Dreamweaver CS6 to the new Dreamweaver CC version". You can continue to run the CS6 version if you choose. And while it is true that ColdFusion...
View ArticleRe: Cold fusion version 9 end-of-life question
Its real simple Carl. We go to Max. Creative Cloud hyped, big improvements demoed past version CS6. Our application manager upgrades to Creative Cloud and we get notification that Dreamweaver update is...
View ArticleRe: Cold fusion version 9 end-of-life question
I can understand your frustration. I've never actually attended a MAX, but from talking with those that have, it has been gradually shifting from a developer conference to a designer conference. Each...
View Articlecffileupload mime type restriction?
Hello, I'm trying to implement the cffileupload widget and restrict it to only be able to upload image filesyou do have an extension filter which can be set to *.jpg, *.png etc.. but the user can...
View ArticleRe: cffileupload mime type restriction?
You need to check the cffile.ServerFileExt variable which contains the file extension to make sure it matches your set of allowed extensions. Make sure you upload into a folder outside of the webroot...
View ArticleRe: Cold Fusion 9 Cross site scripting issues
Welcome to the world of ColdFusion Amarnath88, as Cherdt states CF10 is the current version, the next version of ColdFusion, code name "Splendor" is still under development. ColdFusion has a history...
View ArticleCF10 503 Error accessing Administrator
I am getting 503 errors trying to display the admin screen. This is a snipit of the ColdFusion logSEVERE: Error in getRealPathFromConnjava.net.SocketException: Broken pipe at...
View Articlecfmap and Google api key
Google is no longer providing api keys. Does the cfmap tag still require one? If so, what is the workaround? Thank you.
View ArticleRe: cfmap and Google api key
You still have to specify one, it doesn't seem CFMap has any way to work around the fact that it's now not required for using the v3 API. Probably not helped by the way they rushed out a hotfix in May...
View ArticleRe: cfmap and Google api key
Thank you. That's what I'm working on now. I've been loyal to CF for 13 years now, but Adobe is making it harder-and-harder for me to stay committed.
View Article