Whatever message this page gives is out now! Go check it out!
accept attribute is available on the following tags:accept attribute and the blocked-extension list work together, but their interaction depends on how accept is specified:accept="*") : All attachments are accepted regardless of their extension. The blocked-extension list is not consulted. This behaves the same as cffile upload with a wildcard, and allows extensions that would otherwise be blocked.accept names a file's extension directly (for example, accept=".cfm"), that is treated as an authoritative override. The attachment is saved even if the extension appears on the blocked list.accept filter and pass the blocked-extension check. A MIME-type match alone does not re-allow a blocked extension; the extension itself must not be blocked.accept="*" globally, you can use the following JVM argument:-Dcoldfusion.attachment.allowblockedextensionscfusion/lib/security-settings.json under the key mcp.commandWhitelist. No STDIO MCP server can run a command not on this list.Application.cfc using this.security.mcp.commandWhitelist. The application-level list and the server-level list are merged at runtime- a command is allowed if it appears in either list.commandWhitelist : Passing commandWhitelist directly in MCPClient() or MCPServer() continues to work with no change in behavior.commandWhitelistMCPClient()MCPServer()XMLSearch and XMLTransform. All four default to false, meaning the corresponding Saxon features are disabled unless you explicitly re-enable them.| JVM flag | Default | Effect when set to true |
|---|---|---|
| coldfusion.xml.saxon.allowResultDocument | false | Re-enables xsl:result-document |
| coldfusion.xml.saxon.allowUnparsedText | false | Re-enables the unparsed-text() function family |
| coldfusion.xml.saxon.allowDocFunction | false | Re-enables doc(), doc-available(), and document() |
| coldfusion.xml.saxon.allowEnvironmentVariable | false | Re-enables environment-variable() |
true. For example:-Dcoldfusion.xml.saxon.allowDocFunction=true| 2025 Update | Packages updated |
| Update 10 | Yes
|
| Update 9 | Yes
|
| Update 8 | Yes
|
| Update 7 | Yes
|
| Update 6 | Yes
|
| Update 5 | Yes
|
| Update 4 | Yes
|
| Update 3 | The following packages are updated:
|
| Update 2 | The following packages are updated:
|
| Update 1 | The following packages are updated:
|