Running Tomcat as a service, don't have a Java tab.  Created the following 
System Environment Variable:

Variable name:  Sun.io.useCanonCaches
Variable value:  false













-----Original Message-----
From: Mark Thomas <ma...@apache.org> 
Sent: Friday, December 20, 2024 12:12 PM
To: users@tomcat.apache.org
Subject: Re: Setting sun.io.useCanonCaches to flase

add the following to setenv.bat

set CATALINA_OPTS=%CATALINA_OPTS% -Dsun.io.useCanonCaches=false

If running as a service then system properties are set on the Java tab. 
You'd add:

-Dsun.io.useCanonCaches=false

Note: You only need to worry about this or CVE-2034-50379 if you have set 
readonly="false" on the default servlet.

Mark


Reply via email to