Hey Chris,
I just took a quick look at your suggested patch, and wanted to raise
a concern, which is the fact that it leverages an implementation that
is only present in Adobe ColdFusion, and therefore will break under
Railo or (I think) OpenBD. For example, on line 49:
<cfloop condition="getMetaData(out).getName() is
'coldfusion.runtime.NeoBodyContent'">
Personally, I would very much prefer that Model-Glue remain CFML
engine agnostic, so I wonder if there is a way to solve this issue
that doesn't require a vendor-specific implementation...
--
Ezra Parker