There apparently has been an oversight in Lucee Express 6.1.0.243: Apache Tomcat 8.0.36 is being used. To see it, run the following code:
<cfscript>
writedump(server.servlet.name);
</cfscript>
The result is: Apache Tomcat/8.0.36
This is apparently a regression bug. Lucee Express 5.4.x runs on Apache Tomcat 9.
Looking ahead, Tomcat is currently at version 10.x, with version 11.x in beta.
OS: Windows 10
Java Version: Oracle JDK 17.0.12 (LTS)
Tomcat Version: 8.0.36
Lucee Version: Express 6.1.0.243
5 posts - 3 participants