Whatever message this page gives is out now! Go check it out!
cfscript>
// Login is always required. This example uses two lines of code.
adminObj = createObject("component","cfide.adminapi.administrator");
adminObj.login("password"); //CF admin password.
// Instantiate the runtime object.
myObj = createObject("component","CFIDE.adminapi.runtime");
// set whitespace
myObj.setRuntimeProperty("whitespace",true)
// retrieve the property
saveWhitespacesEnabled = myObj.getRuntimeProperty("whitespace")
writeOutput("Is whitespace management enabled: " & saveWhitespacesEnabled & "<br>")
</cfscript>Registry |
|
JDBC |
|
Cookie |
|
| OEM | Previous version | New version |
| ehcache | 2.10.3 | 2.10.92 |
| netty | 3.9.9 | 4.1.89, 4.1.109 |
| postgresql | 42.2.14 | 42.7.3 |
| quartz | 2.2.1 | 2.4.0 |
solr war View Upgrade SOLR to mitigate security risks in ColdFusion for upgrading SOLR. | 7.2.1 | 8.11.3 |
| xalan | 2.7.1 | 2.7.3 |
| cxf | 4.0.1 | 4.0.5 |
| Bug ID | Description | Component |
| CF-4222080 | You're unable to create or modify scheduled tasks on Firefox. | Administrator |
| CF-4211503 | When uploaded as the first field in a form, certain images prevent any subsequent form fields from appearing on a POST request. | CFForm |
| CF-4216637 | Unable to resize an image using the CFImage tag. | CFImage |
| CF-4222881 | Unable to upload a file from a RAM drive to an S3 bucket. | Cloud service |
| CF-4220122 | The number of system threads grows with each cfsearch test page load. | ColdFusion Packages |
| CF-4219563 | The purgecache command works only within the cfpm Command Line Interface. The command does not run as expected when using cfpm purgecache. | ColdFusion Packages |
| CF-4223452 | You cannot install multiple packages using the cfpm install command in the batch mode. However, you can do so using the cfpm Command Line Interface. For example, after running the following command, packages are installed: C:\ColdFusion2021\cfusion\bin\cfpm install document, htmltopdf But, the following command does not install the packages: C:\ColdFusion2021\cfusion\bin\cfpm install document, htmltopdf | ColdFusion Packages |
Incorrect function name is reported in exception from using the wrong named parameter to a setter function. | Core Runtime | |
In spreadsheets, whitespace management is not available on JEE installations. | Core Runtime | |
| CF-4220502 | Components containing properties of type array return NullPointerException when compiling, if getter is used with array syntax within ternary true statement section. | Core Runtime |
| CF-4204716 | For some scheduled tasks, the cfquery tag fails inside a scheduled task with a null message and a null cause. | Database |
Attempting to sort QoQ by date column results in Java Timestamp Error. | Database | |
After updating Oracle Server v19.23 to v19.24 and verifying the connection in Datasources in ColdFusion Administrator, the following error message displays: Connection verification failed for data source: DATASOURCE_A java.sql.SQLException: [DataDirect][Oracle JDBC Driver]arraycopy: destination index -1 out of bounds for byte[128] See the community post for more information. | Database | |
| CF-4223940 | The Oracle Data Source verification failed after the latest update. To resolve this issue, clear the Felix cache and restart ColdFusion. | Database |
| CF-4220030 | Sometimes, attempting to execute a query results in a JDBC exception. | Database |
| CF-4222036 | Reading a zeroDateTime from mysql as a TimeStamp will now result in an error saying that java.sql.SQLException zeroDate is prohibited. | Database |
| Unable to populate an image field in a PDF Form. | Document Management | |
When the installed Java version is greater than 11.0.18, the PDF Service manager does not register as expected. The following error message appears: "Error","Thread-39","03/15/23","10:55:55","","Registration error for service manager : .http://127.0.0.1:8993/PDFgServlet/.Reason: SERVER ERROR". | Document Management | |
cfsetup does not show or export CF Admin client variable settings. | Installation/Config | |
The equal operator (eq) does not work as expected. | Language | |
In a query, the indexOf function returns -1 as index for any position other than the first one. | Language | |
Struct keys that contain closures do not maintain case. | Language | |
Unable to compare a null variable with an identity operator ===. As a workaround, use the equality operator ==. | Language | |
When an array literal is passed to a function called within the conditional statement of a cfelseif tag that contains a locally scoped variable as one or more of the items in the array, an exception displays. | Language | |
ColdFusion supports generate3DesKey function, but it's not documented or in getfunctionlist(). | Language | |
You're unable to call static methods from an abstract class. | Language | |
| CF-4222022 | Dumping a structure with multiple CFCs causes methods from the higher-order CFC to propagate to the lower-order CFC. | Language |
| CF-4222005 | While structure keys with chaining, if there is a function, ColdFusion produces an exception. | Language |
| CF-4219723 | After applying update 11, the toArray function does not work as expected. | Language |
cfstat.bat -x produces a Null Pointer Exception. | Logging | |
Allow file actions in the Debugging & Logging - Log files page in ColdFusion Administrator. | Logging | |
| CF-4219897 | After applying the update, coldfusion-out.log doesn’t update as expected. View the community post for more information. | Logging |
ColdFusion is unable to handle sFTP connections using newer OpenSSH key algorithms like Ed25519. As a workaround, add the following JVM flags:
| Net Protocols | |
| CF-4216277 | The cfpm scan command (naming a [path] and a [serverurl]) produces an error. Error: CODEBASEPATH [path] not found This is even when the path exists. | Packages |
| CF-4219459 | Unable to register Rest service when using Application.cfm. | REST services |
cfreport doesn’t work as expected. The following error message appears: Error at line 4 char 326: net.sf.jasperreports.engine.xml.JasperDesignFactory If the issue still occurs intermittently, Clear the Felix cache and restart ColdFusion. | Reporting | |
| CF-4220241 | After enabling Sandbox and using <cfimage> tag with action="write" and file output= "jpg" causes ColdFusion to behave unexpectedly. | Sandbox |
The initSAMLAuthRequest function causes intermittent Null Pointer Exceptions. | Security | |
| CF-4223921 | Attempting to index Open Document Format files (for example, .odt extension) produces an exception. | Search |
| CF-4222210 | After restarting add-ons on Unix, Solr collections do not appear in the Admin UI. As a workaround, manually update the cfjetty file, hardcode the solr.home value to the updated one, and restart jetty. | Search |
| 2021 Update | Connector recreation required |
| Update 17 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 16 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 15 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 14 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 13 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 12 | No However, if upgrading from Update 10 or any previous update, you must recreate the connector. View the following for more information. |
| Update 11 | Yes |
| Update 10 | No |
| Update 9 | No |
| Update 8 | No |
| Update 7 | No |
| Update 6 | No |
| Update 5 | No |
| Update 4 | No |
| Update 3 | No. You need not upgrade the connector if you have already upgraded the connector in Update 2. |
| Update 2 | Yes |
| Update 1 | Yes |