CF 管理设置摘要中出现的 "Disable Service Factory" 选项是什么?

What is the "Disable Service Factory" option that appears in CF Admin Settings Summary?

在 ColdFusion 10 Enterprise 中创建一个新实例,目的是使其与另一个实例的设置相匹配,但一些计划任务除外。当我比较每个实例的“设置摘要”页面输出时,有一个名为 "Disable Service Factory" 的选项,我在管理员中找不到。旧实例的设置为 "No",新实例默认为 "Yes"。

有谁知道这个选项是什么以及如何在必要时在管理员中更新它?谢谢

这是一个security setting。禁用它可以防止:

...the ability for CFML code to access and create Java objects that are part of the internal ColdFusion implementation. This prevents an unauthenticated CFML template from reading or modifying administration and configuration information for this server.

令人困惑的是,该选项的名称完全不同。您可以在 服务器设置 > 设置:

下找到它
  • [x] 禁止访问内部 ColdFusion Java 组件