Missing HttpOnly Attribute in Session Cookie
I was just given a security scan result for one of our web apps that showed two problems: Missing HttpOnly Attribute in Session CookieMissing Secure Attribute in Encrypted Session (SSL) Cookie The...
View Articlejava.sql.SQLException: Timed out trying to establish connection
I am trying to connect to SQL Server 2012 with flag MULTISUBNETFAILOVER=TRUEI have created the DSN and it works fine for some time and next day i will get the below erorr. I have verified the DB server...
View ArticlePDF function error: "Platform, Locale, and Platform Name must not be null"
I'm trying to read in a pdf form, complete the fields and send it to the user's browser. However I approach it, whenever I use a cfpdf type of tag, I get the error message "Platform, Locale, and...
View ArticleWhat's wrong with my Application.cfc file
I've decided to convert an old app from using Application.cfm to Application.cfc, mainly because I want to use onRequestStart and the like, and I can't get them to initialize in Application.cfm. But...
View ArticleColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of...
Cross-Post from Stack-Overflow: ColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of death) - Stack Overflow --- For the last few days out team has been struggling with an...
View ArticleHow to insert data into XML file?
Hi Guys, How to insert information into a XML file. I explain to you, I have a CFM file with some questions to user When the user submit this form the information inside of form are send to a XML...
View ArticleCF10 unable to connect to Oracle 12g
Hello, ColdFusion 10 (Enterprise) and Oracle 11g were configured and was working well. However recently Oracle 11gR2 was upgraded to version 12c, and this broke many things. Mainly, the data source...
View ArticleWhen will Coldfusion 10 be updated with a newer version of Tomcat, to support...
Hello, McAfee Scan Alert is reporting that Tomcat version 7.0.23.0 is not pci compliant.We're on CF10 and just updated to update 12. We've read in another thread that Tomcat is specialized for CF and...
View ArticleA strange query of queries bug in CF11?
Hi, I have this strange query of queries result that could be a bug in CF11. The result is fine in CF10. Basically, I have 2 queries, qrA and qrB. I do a join of the two in joinQr, after which I do a...
View Articleconnecting to oracle 12c multitenant database
My question, using coldfusion 11 enterprise datasource gui,how do you connect to oracle 12c multitenant database,when you need to log into a pluggable database, beneaththe container database? What's...
View ArticleAccess denied on folder using CFFTP getfile
I'm trying to use CFFTP to retrieve files from a remote FTP site to download to my local directory. I would see the file in the local directory but with 0 kb. Wondering what was going on, I tried...
View ArticleDatefield not working in Coldfusion 11
I have just installed CF11 on our dev and QA servers and am getting a strange issue on only one of them. On our QA server, instead of the calandar control showing up when <cfinput...
View ArticleAnyone familiar with Jetty DoS vulnerability as it relates to CF?
I am trying to get approval to run CF11 in production environment, and scans keep flagging a Jetty vulnerability -- CVE-2011-4461 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4461). It says...
View ArticleCfdocument hang/timeout error
I use the same cfdocument call on two development and one production server: <cfsetting showdebugoutput="false" /><cfcontent TYPE="application/pdf" reset="yes"/><cfheader...
View Articlecfchartseries paintStyle="plain|raise|shade|light"
Since this tag is deprecated in CF11, how do I get rid of shading? I need a solid color bar. thanks
View ArticleHow to upload multiple files (images) in background to CF server
I need to upload multiple files (potentially all images, all PNG) to the server from a mobile device to a CF8 server. Probably as many as 50 small png images Could anybody give me some pointers as to...
View ArticleWrap href from one CF tag around another
Hi! I have a tag called #PubsPageLink# that contains an href link, but I want the #title# tag to use that same variable, as well. Obviously, using... <a...
View Articlecfwindow debugging
We have switched to using CFWindows for our modal dialogs in our application. While we have debugging turned on for our IP addresses, and the debugging information shows up just fine on normal pages,...
View Articleeasy one regarding scope and cfinvoke
Why does this work?<cfset projectList = Application.Projects.getProjects(CompanyID=request.User.CompanyID)> BUT, this throws an error?(Could not find the ColdFusion component or interface...
View ArticleCFGRID, was working in CF8 won't display results in CF11
Hi I recently upgraded a client from CF 8 to CF 11. In the code is a CFGRID which was working in CF8 but now in CF11 the grid displays but no data appears (the grid is simply empty). With debugging...
View Article