ColdFusion with IIS URL Rewrite - Page never finishes loading
问题 I am running CF10 on IIS 7.5 with URL Rewrite module installed. All the rewrite rules work perfectly and ColdFusion is returning the correct pages. In order to get the page displayed in the browser I have to manually set the 'content-length' value in Application.cfc like this: <cfcomponent> <cffunction name="onRequestEnd"> <cfheader name="Content-Length" value="#getPageContext().getCFOutput().getBuffer().size()#" /> </cffunction> </cfcomponent> Without this code the browser does not display