Fixed
Details
Assignee
Igal SapirIgal SapirReporter
Zac SpitzerZac SpitzerPriority
MinorFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Zac Spitzer
Zac SpitzerPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 11 October 2017 at 01:08
Updated 10 March 2024 at 01:16
Resolved 10 March 2024 at 00:58
the current error message has a typo and for clarity should mention cfflush
can't assign value to header, header is alredy committed
after <CFFLUSH> is called <CFHTMLHEAD> throws Page is already flushed
the following code can be used to check for cfflush, but it would be nice to
have a BIF something like isPageBuffered()
perhaps <cfheader> also needs an option like for <cflock throw=false> which could be a short cut
for writing the following
also, should flush(); be available? No matching function [FLUSH] found cfflush(); works