HTTP Post to a directory with index.cfm
is it possible to do a http post to a directory if there's index.cfm inside it? For example: directory/file = /api/update/index.cfm <form method="post" action="/api/update"> </form>
View ArticleHow to secure CFGLOBALS cookie
To secure CFGLOBALS cookie I tried the following method as I did for CFID and CFTOKEN . But its not working for CFGLOBALS . Note that this method is working fine for CFID and CFTOKEN. <cfset...
View ArticleUpdating ColdFusion 10 to latest build
I'm running into issues connecting to a server running Windows 2012 and IIS 8 via https when SNI is enabled in the site's binding. It turns out there is a bug in the HTTPClient library Bug#3598342 -...
View ArticleCopy settings from CF9 to CF11
We want to move from Coldfusion 9 to Coldfusion 11.Is there a way to copy all setiings from CF9 to CF11?I tried it with a Coldfusion Archive, create in CF9 and deploy it in CF11.The problem was that...
View ArticleMac OSX 10.9.4 coldfusion 11 standalone server ERROR: HTTP Status 500 -...
Hi all.I have installed the cold fusion server.at first with mac server, apache..... but after install cold fusion and want to go to the admin page: HTTP Status 500 - java.lang.NullPointerException I...
View ArticlePDF Formatting
Coldfusion Version 10I am struggling with <cfdocument> PDF formatting. On the TEXT Input screen the user puts incohort for Clergy Leadership that meets approximately every quarter. In addition...
View ArticleDatabase access using windows authentication
We are updating our Applications to use single sign on and are running into a problem with database access. We are using CF11 Enterprise and SQL Server 2008 on IIS 7.5. We have set up the ColdFusion...
View ArticleCFGRID with bind to CFC for an incorrect JAVAScript
Hi, I am using CF11 with SQL server 2012 & IIS8.0 on windows server 2012. When I am using a CFGRID bind to a CFC and passing 2 or more than 2 parameters from a FORM, it fails for an incorrect...
View Articletobase64 HTTP-Redirect binding
Still struggling with encrypting a SAML request to be sent to an ADFS server. Turns out there are multiple ways to encode strings. By default the utf-8 encrption option with the toBase64 tag uses...
View ArticleInserting arabic/persian characters to mysql
I insert my data into mysql db with this code: The problem is when I insert arabic or persian characters that's store in database something like "?????" but there is no problem with english...
View ArticleThe value returned from the qry_order_commit_1 function is not of type numeric.
declare@orderKey intINSERT#request.sqlObjectPrefix#tblOrders...
View ArticleHow to prevent clickjacking issue in CF
I created a cfm template with below contents to test clickjacking issue. <html><head><title>Clickjack test page</title></head><body><p>Website is vulnerable to...
View ArticleSpecify Excel sheet name
I have a report and use Excel as its format.The Excel sheet always name ColdFusionReport.I would like to know are there any way to customize the Excel sheet name and it is possible to have the report...
View ArticleHow to turn off automatic variable code suggest for a single page?
Does anyone know how to turn off the code assist feature where CFBuilder tries to assist you by listing all the variables on the page? I have a CFC with over 3000 lines and it causes CFBuilder to...
View ArticleCFGRID. Specify query column in href attribute
Extract from docs (about href attribute for cfgrid tag): URL or name of a query column that contains URLs to hyperlink each grid cell with.This way not work. If i try to specify query column in href...
View ArticleMaintain sessions during restart on CF10
I'm sure I've missed something. Is there a how to on what needs to be changed to maintain sessions during a restart of the server?I've read Charlie Areharts presentation regarding this and he mentions...
View Articleextracting data from a comma-deliniated list in a Mysql database
I have a database table entitled meetings. In the meetings table it has the columns named "meeid", "meedate" and "meememberIDs". by using ColdFusion 9 I am able to submit a Standard date in the...
View ArticleErrors with CFSpreadsheet
When using CF10 and the CFSpreadsheet tag, we're receiving the following error: Class org.apache.poi.hssf.usermodel.HSSFWorkbook does not implement the requested interface...
View Articlecfrgrid will not edit
When I attempt to edit my grid the following error is returned. error invoking CFC /design /Regstration.cfc : The PAGE argument passed to the getData function is not of type numeric. My getData...
View ArticleDeciphering a SAML Message in ColdFusion
I'm working on an SSO solution for a client. At this time I'm able to encode an authentication message and successfully send it to the ADFS server. The ADFS server handles my login and then returns...
View Article