ec
12/02/2022, 6:34 PMscriptContext.response.write(tmpFile.getContents());
The file itself I inspected, and it is pure html. Last line of the file:
</body>
ec
12/02/2022, 6:34 PM</body><!-- 5,369 s: 65% #551 cache: 1% #62 -->
<!-- Host [ a237.prod.phx.na7.core.ns.internal ] App Version [ 2022.2.14.30573 ] -->
<!-- COMPID [ removed ] EMAIL [ removed ] URL [ /app/site/hosting/scriptlet.nl ] Time [ Fri Dec 02 09:49:23 PST 2022 ] -->
<!-- Not logging slowest SQL -->
Shawn Talbert
12/02/2022, 6:52 PMec
12/02/2022, 6:54 PMresponse.writeFile
insteadec
12/02/2022, 6:56 PMShawn Talbert
12/02/2022, 8:23 PMwriteFile
is probably a pretty clever way to avoid it, since it appears NS doesn't make additional assumptions like it was doing for the HTML output you had prior.ec
12/02/2022, 8:23 PM