OpenBD / openbd-core

The original open source Java powered GPL CFML runtime engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application.cfc outputs unexpected empty lines

dtsw opened this issue · comments

Issue #74 actually might pointed out a small bug. If you have no application.cfc, there is no empty line before the output of your cfm page. But if you have an application.cfc with an empty cfcomponent using output = false, there are 2 empty lines, which are not present when using Adobe's ColdFusion. It would be good to find the reason where these 2 empty lines come from. There are no lines if using an empty Application.cfm or one with everything inside cfsilent tag... So it seems to be an issue with cfc only.

i found the reason for the newline(s). It was from the component.cfc in WEB-INF/bluedragon/