gpt4 book ai didi

coldfusion - 我可以使用任何其他 CF 标签来替换 CFDUMP 吗?

转载 作者:行者123 更新时间:2023-12-01 12:48:20 29 4
gpt4 key购买 nike

在我设计的应用程序中,我将其中一个网页命名为“error.cfm”。我希望它在应用程序出现错误时显示。所以我将以下代码放入“error.cfm”:

        An uncaught exception just 'happened' :-(
<br><br>
<b><cfoutput>#exception.message#</cfoutput></b><br />
<cfoutput>#exception.detail#</cfoutput><br /><br />
<cfif isdefined('exception.cause')>
<b><cfoutput>#exception.cause.message#</cfoutput></b><br />
<cfoutput>#exception.cause.detail#</cfoutput>
</cfif>
<cfdump var="#exception#">

因此,在托管该网站后,我发现该特定页面拒绝加载,而是显示“500 内部错误”。然后我向我的托管公司投诉,并收到了这些详细信息:


Dear Customer,

The actual error message is the following:

Security: The requested template has been denied access to createobject(java).
The following is the internal exception message: access denied (coldfusion.runtime.FunctionPermission createobject(java))

The error occurred in C:\inetpub\vhosts\plat4ad.com\httpdocs\cms\error.cfm: line 10

8 : 9 : 10 :

Unfortunately some tags and functions are disabled on our servers due to security purposes. You can check full list here:

https://support.dailyrazor.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=293&nav=0,29,76

Please let us know if you have any other questions.

Best wishes, Support-GG DailyRazor Support Team.


现在检查他们在服务器上禁用的标签列表,CFDUMP 就在其中:

On the shared ColdFusion servers you will have access to all tags and functions except for the following:

CF Tags:

  • CFCOLLECTION
  • CFCONTENT
  • CFDUMP
  • CFEXECUTE
  • CFLOG
  • CFOBJECT
  • CFOBJECTCACHE
  • CFREGISTRY

CF Functions:

  • SetProfileString
  • CreateObject(COM)
  • CreateObject(CORBA)
  • CreateObject(JAVA)

CFDUMP 有什么替代方案吗?或者有人知道任何没有这些限制的 ColdFusion 托管公司吗?我很感激你的任何想法。

最佳答案

关于coldfusion - 我可以使用任何其他 CF 标签来替换 CFDUMP 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4636626/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com