最奇怪的是,我无法弄清楚为什么会这样做。
服务器详细信息 - IIS 7.5 Coldfusion 10标准
此页面:http://www.riverbender.com/sandbox/wtf/显示以下输出:Hello World!
代码运行:
<cfset theoutput = 'Hello World!' />
<cfoutput>#theoutput#</cfoutput>
现在运行此页面:此页面:http://www.riverbender.com/sandbox/wtf/?id=1&lt; - 这将为您提供一个空白页面,除非您添加index.cfm - /sandbox/wtf/index.cfm?id=1
我也有cflog运行。 / wtf /?id = 1和/wtf/index.cfm?id=1都被记录,所以我很确定它不是CF问题。
非常感谢任何帮助!
答案 0 :(得分:1)
发现了这个问题。 FusionReactor启用了压缩支持。一旦我禁用GZIP请求和GZIP响应再次服务的页面。感谢大家的帮助!