CFHTTP bug?
23 September 2010 02:05 (EST)
Can someone confirm that CF 8/9 throws an error (java.lang.ArrayIndexOutOfBoundsException) on simple CFHTTP call?
<cfhttp method="get" url="http://brad.livejournal.com/" />
StackTrace is following: ( read more on CFHTTP bug? )
<cfhttp method="get" url="http://brad.livejournal.com/" />
StackTrace is following: ( read more on CFHTTP bug? )
Comments: 7
New security hotfixes for ColdFusion
12 May 2010 10:29 (EST)
Adobe has released security bulletin to address critical vulnerabilities for ColdFusion 8, 8.0.1 and 9 (Windows, Mac and Unix). The vulnerabilities could lead to cross-site scripting and information disclosure. Update now!
InvalidTag
8 July 2007 01:42 (EST)
Today I was trying to post YouTube video code with another blog, but got object html tag replaced with InvalidTag string. After googling a bit following solution comes through: set scriptprotect="none" with your cfapplication tag to disable Global Script Protection which is enabled by default in your CFMX server. Another way to disable this option is to use CF Admin.
More information on this issue available at Adobe LiveDocs.
More information on this issue available at Adobe LiveDocs.
Variables Naming Conflict
27 June 2007 01:28 (EST)
Recently I had a chance to play a bit with Facebook API, which uses REST-based interface. There is ColdFusion client library developed by Andrew Duckett and called Facebook REST Client CFC and CFMX Facebook Application Starter example written by Cory Johnson.
While developing application with use of FBML instead of IFRAME (which works just fine) Facebook server has started throwing "http error 500" upon calls to Callback URL of my application. Source code of error page had details of the error commented out — "Form entries incomplete or invalid". ( read more on Variables Naming Conflict )
While developing application with use of FBML instead of IFRAME (which works just fine) Facebook server has started throwing "http error 500" upon calls to Callback URL of my application. Source code of error page had details of the error commented out — "Form entries incomplete or invalid". ( read more on Variables Naming Conflict )
Smith goes Open Source
8 May 2007 22:25 (EST)
On 7th May 2007 youngculture AG decided to open source its ColdFusion Server "Smith".
This is definitely one of the best news for CF community this year along with recent news about Adobe Flex soon to be open source and forthcoming release of Adobe ColdFusion 8.
Smith is an open source, cross-platform ColdFusion® engine, written entirely in Java. Running on top of Java Runtime Environment and Java Servlet Container, it can be virtually deployed on any operating system and work with any web server. Smith represents lightweight, yet reliable alternative to the existing ColdFusion® servers.
This is definitely one of the best news for CF community this year along with recent news about Adobe Flex soon to be open source and forthcoming release of Adobe ColdFusion 8.