displaying top 100 results
Portal Topic ColdFusion documentation has a new home
documentation has a new home appeared first on ColdFusion. Blog,Documentation,application,CFML,cfml reference,ColdFusion,coldfusion application development guide,coldfusion documentation,coldfusion support hub,coldfusion user guide,development,documentation,guide,hub,reference,support,user
and Support") exist on the same page that the Help Hub's "ColdFusion help and tutorials" link points to.
Suggestion: For consistency, and better user experience, the Help Hub should also refer to documentation as "Reference and documentation".
Please see attached image for screenshots which better
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by Bradley Wood
Bradley Wood The last I heard, the Docker images were held up on some internal issues related to licensing. If you need to deploy Adobe ColdFusion on Docker today, check out the Ortus Docker image which has been out for quite a while and supports all versions of CF.
https://hub.docker.com/r/ortussolutions/commandbox/
Comment on Asynchronous Programming In ColdFusion (2018) by James Mohler
Tracker Comment Comment on Developer Center uses the word "documentation" but Help Hub does not by External U.
2613601 CF-3207805 External U. Related post: http://prerelease.adobe.com/r/?1beba8d0a2344cddaacd39758d98adab
Developer Center URL: http://www.adobe.com/devnet/coldfusion.html?view=gettingstarted
Help Hub URL: http://helpx.adobe.com/coldfusion.html
Comment on best practices for coldfusion 2018 by Charlie Arehart
Tracker Issue CFCookie "samesite" support
4123109 CF-4201688 Language : Cookie James Moberg CFCookie "samesite" support I'd like to use the "samesite" cookie attribute w/CFCookie. (I would prefer not to have to write my own handler because I've encountered issues where setting a cookie wouldn't make it available to the ColdFusion
Portal Topic Null support in ColdFusion 2018
Null support in ColdFusion 2018
Comment on Connect coldfusion application with Azure cosmos db by Charlie Arehart
Tracker Issue ArrayResize doesn't support unsynchronized arrays
Array = ArrayNew(1, false);
ArrayResize(myArray, 1000);
// or myArray.resize(1000);
myArraySize = ArrayLen(myArray);
writeOutput(myArraySize);
{code}
Actual Result:
An error is thrown at "ArrayResize(myArray, 1000)" :
"coldfusion.runtime.FastArray cannot be cast to coldfusion.runtime.Array on line 3
Tracker Issue JSON Web Tokens (JWT) support
2609072 CF-3937690 General Server Henry Ho JSON Web Tokens (JWT) support Please make JSON Web Tokens (JWT) easy to implement in ColdFusion. Hopefully as easy as session management minus the clunky portion.
https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32
Tracker Issue Invalid Set-Cookie Header Date Format
of "Thu, 11 Jul 2019 22:43:23 GMT", the date generated by ColdFusion is formatted with dashes "Thu, 11-Jul-2019 22:43:23 GMT". Compare the date format by visiting any GitHub repository and viewing the "Set-Cookie" headers (expires=Wed, 10 Jul 2019 23:03:10 -0000) While comparing, I noticed that GitHub
of contents item that links to community efforts on gitHub. Either way, the docs need updated to include more Script examples, or adding script support will be only for the highly skilled developer not the newbie just trying to learn or coming from a new language. Please do something to get more script
Portal Topic Oracle Java support for Adobe ColdFusion
Oracle Java support for Adobe ColdFusion
Tracker Issue When will CF 9/10 support Oracle 12c?
2610191 CF-3721707 Database Stephen Johnson When will CF 9/10 support Oracle 12c? The Oracle JDBC drivers for CF9/CF10 packaged in ColdFusion9/lib/macromedia_drivers.jar support up to Oracle 11g R2 only.
Oracle 12c has been out since June of 2013.
When will 12c be natively supported?
ColdFusion
Tracker Issue Silent install doesn't support installing builtin server
3865242 CFB-4198265 Installer Silent install doesn't support installing builtin server Problem Description:There isn't an option to install the builtin server when installing cfbuilder using a properties file
Steps to Reproduce:Create a properties file using the options from http://blogs.coldfusion.com/coldfusion
Portal Topic Introduction To MVC in ColdFusion
Introduction To MVC in ColdFusion
Tracker Issue CFPDF - support for RAM drive
2673036 CF-4155475 Wishlist Peter Tilbrook CFPDF - support for RAM drive Add the ability to use the ColdFusion RAM drive for CFPDF operations.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4155475
External Customer Info:
External Company
Tracker Issue function expressions do not support annotations
2609679 CF-3808978 Language Adam Cameron function expressions do not support annotations {code}
/**
* @hint hint for f()
*/
f = function(x){
};
{code}
On Railo that correctly specifies the hint for the function. It's ignored on ColdFusion.
--
Adam
----------------------------- Additional
Tracker Issue SpreadsheetFormatCell seems to not support underline?
(e.cause.type & '');
writeoutput(e.cause.message & '');
}
Actual Result:
Formatted cell with options {"COLOR":"red","BOLD":true}
Could not format cell with options {"COLOR":"red","BOLD":true,"UNDERLINE":false}
java.lang.ClassCastException
class coldfusion.runtime.CFBoolean cannot be cast to class java
Tracker Issue Add built in support for Mustache syntax
2673026 CF-4156090 Wishlist James Mohler Add built in support for Mustache syntax Problem Description: Of course ColdFusion shows variables that are wrapped in #myvar#.
It should also also be possible to use {{myVar}}
This would allow more new users to instantly be familiar with the syntax
Bug 72953:(Watson Migration Closure)[Mobile] ColdFusion should support Mobile Content Delivery Protocol to support feeding Mobile applications
an exception assuming the connection is closed and will force a disconnect. ColdFusion remains unaware of the disconnection.
Actual Result:
The WebSocket connection is disconnected.
Expected Result:
The WebSocket connection remains connected.
Any Workarounds:
I've managed to get around this problem
Portal Topic Number To Text Converter
appeared first on ColdFusion. Blog,Converter,Program,Showcase,convert,converter,library,number2TextConverter,program
Comment on Oracle Java support for Adobe ColdFusion by jbrock777
Tracker Issue Add support for Hibernate custom UserTypes
UserTypes in ColdFusion?
Workarounds:
1. OverbookingPolicy cannot be an interface, it must be a concrete class which will be used as an abstract class.
2. OverbookingPolicy will have a type string property.
3. Use a mapping:
4. Once Hibernate
Comment on Oracle Java support for Adobe ColdFusion by WilzDezign
Tracker Comment Comment on JSON Web Tokens (JWT) support by Vamseekrishna N.
2609072 CF-3937690 Vamseekrishna N. We will evaluate this for a future release of ColdFusion.
Tracker Comment Comment on CFCookie "samesite" support by James M.
example unless anyone has a better workaround.
https://gamesover2600.tumblr.com/post/188744661844/coldfusion-setcookie-udf-supports-samesite
Comment on Oracle Java support for Adobe ColdFusion by yogeshsurati
Comment on Oracle Java support for Adobe ColdFusion by lawrencen48280106
Comment on Oracle Java support for Adobe ColdFusion by lawrencen48280106
2613667 CF-3193643 Frank J. As commented in the same Forum thread:
fetchclinetinfo is not added for CFupdate.
Shilpi
Adobe ColdFusion Team
Tracker Comment Comment on CFCookie "samesite" support by A. B.
4123109 CF-4201688 A. B. Could it be that ColdFusion 2018 implicitly supports samesite cookies? After all, ColdFusion 2018 runs on Tomcat 9.0.21, and this version of Tomcat has support for samesite cookies. See https://tomcat.apache.org/tomcat-8.5-doc/config/cookie-processor.html
You would
Comment on Oracle Java support for Adobe ColdFusion by Ron.Stewart
Portal Comment Comment on Null support in ColdFusion 2018 by Aaron Neff
Comment on Null support in ColdFusion 2018 by Aaron Neff
Comment on Oracle Java support for Adobe ColdFusion by WolfShade
Tracker Issue ColdFusion feature request to add support for jade
ColdFusion feature request to add support for jade
Tracker Comment Comment on CFCookie "samesite" support by James M.
4123109 CF-4201688 James M. Hopefully "samesite", which is supported by 86.57% of browsers, will be implemented in ColdFusion 2016 before end-of-core on 2/17/2021. I was hoping that it would have been included in today's CF2016 patch 11, but didn't realize that Tomcat was the dependency
Portal Comment Comment on Websocket – channels? by Giancarlo Gomez
to be able to do some extra coding to make it communicate with ColdFusion's WS Server.
I have several examples that you can review on my GitHub, but I believe this one might be able to help you best if the scenario above is what you are trying to accomplish.
coldfusion
Tracker Comment Comment on CFCookie "samesite" support by James M.
response regarding their support for ColdFusion 2016 & 2018? This bug report currently indicates that it will be fixed in "Alpha" and has a "normal" priority.
Comment on Oracle Java support for Adobe ColdFusion by kevinbenore
Tracker Comment Comment on CFCookie "samesite" support by luke m.
best to deal with this change in coldfusion?
Tracker Comment Comment on CFCookie "samesite" support by James M.
for ColdFusion 2016?
2613667 CF-3193643 External U. The new features guide is a document published by Adobe ahead of the release of CF10. It is available at the following address: http://www.adobe.com/support/documentation/en/coldfusion/10/cf10betafeatures.pdf
This bug and two others came out of a thread on the Adobe
Tracker Issue Add support for != and == in <cfif>
3057917 CF-4198586 Language : Tags Carl Von Stetten Add support for != and == in Problem Description: Lucee supports using != in place of NEQ and == in place of EQ within a tag. ColdFusion should too.
Steps to Reproduce:
foo
http://trycf.com/gist/9875204b57aedf973895408eb00b4e0d/acf2016
6471617 CF-4205911 Language : Functions 'null' passes typed array validation even with null support disabled Problem Description:
ColdFusion typed array validation doesn't throw when a function doesn't return a value. Note that the non-array variant of the same below example (returntype
Tracker Comment Comment on CFCookie "samesite" support by James M.
posted it as a blog post. (This happened recently on the Adobe Community Forums too.) As a workaround, we're using a UDF to generate a "samesite" cookie.
https://gamesover2600.tumblr.com/post/188744661844/coldfusion-setcookie-udf-supports-samesite
Tracker Issue CLI does not seem to support UTF-8-encoded code properly
2673685 CF-4118565 CLI Adam Cameron CLI does not seem to support UTF-8-encoded code properly Problem Description:
See http://blog.adamcameron.me/2016/02/coldfusion-2016-trying-to-write-about.html
Basically the CLi does not seem to handle UTF-8 encoded files properly
Steps to Reproduce:
CLI
2609875 CF-3754577 Language Adam Cameron cfloop() does not support most of the tag's functionality See: http://cfmlblog.adamcameron.me/2014/05/coldfusion-11-cfloop-in-cfscript-very.html
in summary. These sort of operations don't work:
collection
array
list
indexed
condition
All of them should
2888972 CF-4198370 API Manager : SOAP Proxy APIM admin server domain URL: support for multiple domains. Problem:
APIM admin server domain URL/SOAP proxy feature: support for multiple domains.
Method:
ColdFusion API Manager 2016,0,0,301768
(reported by the customer - GCC)
issue 1:
The user
Tracker Issue Add support for protecting a sheet of .xlsx files
to ColdFusion 11 because POI has been updated to 3.9 and POI 3.7 or later supports protecting sheets of .xlsx files.
Search for "48900" in the changelog below.
https://poi.apache.org/changes.html
Actually the code below can read Book.xlsx and output ProtectedBook.xlsx with a protected sheet
,'two','','three'];
function myFunction() {return listToArray(arrayToList(ARGUMENTS),",",true);}
2) Run this code (passes array to function via invoke()):
2) See result: [1,'one',2,'two','','three'] (good!)
3) Run this code (passes array to function via cfinvoke)
4) See result: "coldfusion
Tracker Issue CFIMAP does not support tab in attachment files
-----------------------------
Watson Bug ID: 3568589
External Customer Info:
External Company:
External Customer Name: danielheighton
External Customer Email:
External Test Config: My Hardware and Environment details: Coldfusion 10, latest hotfix, server 2008 x64
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Comment on Oracle Java support for Adobe ColdFusion by Michael Thomas
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Comment on Oracle Java support for Adobe ColdFusion by Benjamin Reid
Comment on Oracle Java support for Adobe ColdFusion by Phillip Chrisman
Comment on Oracle Java support for Adobe ColdFusion by Peter Freitag
Comment on Oracle Java support for Adobe ColdFusion by Lance Smith
Comment on Oracle Java support for Adobe ColdFusion by Charlie Arehart
Tracker Issue [ANeff] ER for: Complete CF's near-complete VFS support
Temp();
resetResult();
theHTML = '';
try {
cfdocument(format="pdf", filename="ram://temp/myPDF.pdf", overwrite=true) {writeOutput(theHTML);};
cfpdf(action="sanitize", source="ram://temp/myPDF.pdf");//throws: coldfusion.pdf.PDFDocOperation$PDFOperationException: An error occurred during SANITIZE
Portal Topic Opinion: Adobe can Improve the ColdFusion community by providing official support for more code editors.
Opinion: Adobe can Improve the ColdFusion community by providing official support for more code editors.
Comment on Oracle Java support for Adobe ColdFusion by Charlie Arehart
Portal Topic Adobe could support and bolster the ColdFusion Community by creating a CF focused jobs portal
Adobe could support and bolster the ColdFusion Community by creating a CF focused jobs portal
Tracker Comment Comment on When will CF 9/10 support Oracle 12c? by Rupesh K.
2610191 CF-3721707 Rupesh K. The support for Oracle 12c is there in ColdFusion 11. As of now, we don't have any plans to add this support in ColdFusion 9/10.
Comment on Oracle Java support for Adobe ColdFusion by Bernhard Döbler
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Comment on Oracle Java support for Adobe ColdFusion by Michael Clark
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
Comment on Oracle Java support for Adobe ColdFusion by Tyler Clendenin
Comment on Oracle Java support for Adobe ColdFusion by Bernhard Döbler
2609162 CF-3917706 External U. Was this updated in Coldfusion10?
week(now(), "iso")
Returns the standard error on fully patched development server.
2609292 CF-3861391 CFwatson U. The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5
2609724 CF-3791747 CFwatson U. The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5
Tracker Comment Comment on [ANeff] Bug for: cfhtmlitem doesn't support additional attributes by Nimit S.
2609914 CF-3744503 Nimit S. This issue is fixed and this fix will be available in the upcoming update of ColdFusion 11.
Tracker Comment Comment on Please update CF to support apache 2.4 by Rupesh K.
2611012 CF-3651785 Rupesh K. It would be available in the upcoming ColdFusion 10 update.
Tracker Comment Comment on Method chaining support inconsitent with CFCs and use of java objects by External U.
2596977 CF-3231457 External U. Verified, this still exists in ColdFusion 10. needed for braintree payments integration
Tracker Comment Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Tracker Comment Comment on Method chaining support inconsitent with CFCs and use of java objects by Daniel S.
2596977 CF-3231457 Daniel S. Verified, this still exists in ColdFusion 2016. needed for braintree payments integration
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Comment on Oracle Java support for Adobe ColdFusion by Peter Freitag
Tracker Comment Comment on Add support for != and == in <cfif> by Carl V.
3057917 CF-4198586 Carl V. I guess I should have specified that it already worked in cfscript (on both ColdFusion and Lucee). However, since this bug *specifically* addresses the fact it doesn't work in tags in ColdFusion but does in Lucee, I stand by asking for parity with Lucee on this issue.
Tracker Comment Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Tracker Comment Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Tracker Issue Bug 83668:(Watson Migration Closure)Please add support for multi-line annotations in the next ColdFusion release
Bug 83668:(Watson Migration Closure)Please add support for multi-line annotations in the next ColdFusion release
Comment on Oracle Java support for Adobe ColdFusion by Michael Clark
Comment on Oracle Java support for Adobe ColdFusion by Rakshith Naresh
Tracker Comment Comment on Method chaining support inconsitent with CFCs and use of java objects by Awdhesh K.
2596977 CF-3231457 Awdhesh K. Need to add support for method chain where one of the function name is one of the ColdFusion special keys like is, contains, EQ etc.
Comment on Oracle Java support for Adobe ColdFusion by Michael Clark
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
2609052 CF-3941304 Suchika S. Fix verified on build no:
295636
Test case location:
//depot/qa/cf/regression/coretests/coldfusion/member-functions/Struct/Bugs/CF-3941304.cfm
Tracker Comment Comment on cfloop() does not support most of the <cfloop> tag's functionality by External U.
2609875 CF-3754577 External U. Can you please confirm in what version of ColdFusion this is going to be implemented in. It says "to fix" but does not say which version.
Tracker Comment Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Tracker Comment Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.
Comment on ColdFusion will not support look ahead or look behind regular expressions by External U.