Bug ID | Description | Component |
CF-4204025 | Manually installing ColdFusion (2016 release) Update 8 in Windows fails if a user is not a local admin. | Installer |
CF-4204021 | Scheduled tasks get deleted after installing Update 16. | Scheduler |
CF-4204027 | An error occurs when returning the result of a QueryExecute from a function in a CFC. | Runtime |
CF-4204019 | Assigning the result of a QueryExecute directly to a bracket style variable reference results in an exception. | Runtime |
Bug ID | Description | Component |
CF-4198282 | .NET object failure error while calling the class System/Collections/Specialized/StringCollection. | .Net Support |
CF-4203295 | ColdFusion Administrator does not accept IP Address ::1 for "Debugging IP Addresses", so localhost debugging fails. | Administrator |
CF-4198174 | The icons that handle log files like "Download log file" or "Archive log file" are not displayed properly. | Administrator |
CF-4199836 | Incorrect Alt Text for |
Administrator |
CF-4199411 | ColdFusion Administrator's "Secure Profile Settings Summary" is missing the "Enable ColdFusion Sandbox Security" option. | |
CF-4198839 | Invalid usage of AJAX tag. | AJAX |
CF-4102251 | In |
|
CF-4200058 | When trying to update the content of a nested tab via Coldfusion.navigate() call, the content for all tabs after the first tab will be duplicated. | AJAX : UI Components |
CF-4199532 | Issues in height/width in cfgrid. | |
CF-4200533 | When submitting a |
|
CF-4198279 | When deploying multiple Coldfusion deployments as a J2EE EAR file on the same server, some of them are unable to start due to a conflict with the port for the Monitoring service. | Application Deployment |
CF-4198394 | There are concurrency issues when writing to mappings returned from getApplicationMetadata() under load. | Application Framework |
CF-4198406 | The built-in AWS S3 functionality only works with version 2 of Amazon's signature versions. | CFComponent |
CF-4198323 | There are issues in time zones when using cfexchangeCalendar, action="create". | |
CF-4175138 | The |
CFIMAGE |
CF-4150354 | The js used to format a pie chart in ColdFusion 11 does not work as expected in the 2016 release. | Charting/Graphing |
CF-4201994 | When using named parameters within queryExecute, a parameter that is the substring of another parameter is incorrectly being inserted in the statement where the latter exists. | Database |
CF-4165262 | A null/blank CLOB value returned as reference cursor from a SELECT statement in Oracle causes produces the error message, No More Data Available To Read. | Database |
CF-4198278 | Issues with queryExecute when using params immediately followed by a semicolon in |
Database |
CF-4198861 | There are errors when inserting, updating, or selecting Oracle 12c Varchar2 columns that are over 4000 characters. | |
CF-4200663 | ||
CF-4198322 | An error occurs when a SQL statement includes literal strings (enclosed in single quotes) contains a colon (:) followed by a space. | |
CF-4203068 | Dockable debugger template loads images from CFIDE. | Debugging |
CF-4201097 | When dumping an object deserialized from JSON that has a NULL value and attempting to specify a key to hide, the error"Element [VARIABLENAME] is undefined in a CFML structure referenced as part of an expression" appears. | |
CF-4200137 | Debugging data displays "ExecuteQuery" as the name of the query when using the function queryExecute(). | |
CF-4198420 | Document Management : PDF generation | |
CF-4200014 | A pdf generated using |
Document Management : PDF generation |
CF-4203132 | Document Management : PDF Generation (CFHTML2PDF) | |
CF-4201686 | cfpdfform with name attribute makes the PDF unsignable in Reader DC. | Document |
CF-4198484 | Document |
|
CF-4203361 | The function spreadsheetSetCellComment(doc,commentStruct,rowNumber,colNumber) causes an error when doc is of type XLSX. However, it works as expected when |
Document |
CF-4203227 | cfspreadsheet action="update" performs automatic formatting of excel rows. | Document Management :Office Integration |
CF-4198295 | java.lang.NoClassDefFoundError when creating |
Event Gateway |
CF-4198393 | Each time you use |
File Management : CFFile |
CF-4198540 | When passing a function closure to another function, if the argument type is |
Functions |
CF-4199452 | queryExecute does not support single-quotes in |
Functions |
CF-4199244 | Unable to create a session after a response has been committed. | General Server |
CF-4199826 | Java Integration | |
CF-4199825 | getPageContext().getResponse().getContentType() throws UnsupportedOperationException. | JEE |
CF-4197174 | In Internet Explorer, trying to set or expire |
Language |
CF-4199727 | Query column values resolve incorrectly in a query passed as an argument to a CFC method. | Language |
CF-3731425 | Issues in Built-in Functions as |
Language |
CF-4100122 | Introduce ISO 8601 support in dayOfWeek function. | |
CF-4199031 | The script variant of |
|
CF-4198734 | Exceptions raised from member functions |
|
CF-4200346 | ColdFusion ignores the body content sent via HTTP DELETE requests. | Net |
CF-4198260 | Under a request with thousands of CFLDAP calls the CFLDAP tag fails with this error message" "An error has occurred while trying to execute query :10.242.146.14:3268." | Net |
CF-4190744 | There are a few performances issues |
Performance |
CF-4198411 | If you call restInitApplication with the option isDefault set to true it errors out instead of refreshing. | REST Services |
CF-4171358 | Scheduler | |
CF-4201015 | There are a few database-related exceptions that appear on a sandbox setup. | Security |
CF-4200168 | With sandbox security active, the getFreeSpace and getTotalSpace functions throw errors. | |
CF-4198528 | Incorrect JSON serialization of certain errors. | Serialization |
CF-4202960 | CFPDF action=archive fails when run on a secondary ColdFusion instance. | Server Manager |
CF-4141711 | The monitoring server listens to port 5500 even when disabled from ColdFusion Administrator. | Server Monitoring |
CF-4198485 | Facebook |
|
CF-4199994 | After creating a deleting a collection multiple times, ColdFusion is unable to create a Solr collection. | Text |
CF-4198405 | Invoking WSPublish causes the session scope to become inaccessible/undefined within any CFC methods that are called during the duration of the request. | Web Socket |
Issue #1
A daily/monthly task when modified to set a
Issue #2
Scheduled tasks are missing.
Issue #1
If you assign the result of a QueryExecute directly to a bracket style variable reference, an exception occurs.
Issue #2
An exception occurs when returning the result of queryExecute from a function in a CFC.
You are unable to create collections after upgrading Jetty manually.
Workaround
When using a higher non-default Java with Solr, while starting Solr add the following argument:
--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED to JVM.
For example,
java --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED -jar start.jar