Skip to content

Commit 69177cb

Browse files
committed
lowercase cgi.xxx (returns empty when preservecaseforstructkey) is enabled
1 parent 9ed9ea3 commit 69177cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/includes/BugReport.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ A reporting template about exceptions in your ColdBox Apps
190190
</tr>
191191
<tr>
192192
<td align="right" class="info"> Host &amp; Server: </td>
193-
<td >#encodeForHTML( CGI.http_host )# #encodeForHTML( local.thisInetHost )#</td>
193+
<td >#encodeForHTML( CGI.HTTP_HOST )# #encodeForHTML( local.thisInetHost )#</td>
194194
</tr>
195195
<tr>
196196
<td align="right" class="info">Query String: </td>

0 commit comments

Comments
 (0)