Ok, this is a strange one. We are migrating all of our sites from one data center to another, and updating the OS from Windows Server 2019 to 2022. Database server is going from Microsoft SQL 2019 to 2022 as well.
This is happening on both Lucee 5.4.3.16 and Lucee 5.4.4.38
Tomcat > Old Data Center: Tomcat/9.0.40 - 11.0.11 Adopt Open JDK New: Tomcat/9.0.80 11.0.20.1 (Eclipse Adoptium) 64bit
We’ve moved the code and database files over and we are noticing almost all of the sites connecting to a database for content are having text injected into the code, an EM or even two… (EM EM) above the doctype…
1 EM EM
2 !DOCTYPE HTML
3 html lang=“en”
4 head
(LT and GT removed from lines 2-4 so it would display)
A “straight” cfml page without any connections to a database is fine.
I’ve tried both JTDS and Microsoft SQL Server as datasource types without any difference.
None of the code has changed.
Anyone have any brilliant ideas what’s causing this?
1 post - 1 participant