According to the notes for CVE-2021-44228 at mitre.org:
Java 8u121 (see https://www.oracle.com/java/technologies/javase/8u121-relnotes.html) protects against remote code execution by defaulting "com.sun.jndi.rmi.object.trustURLCodebase" and "com.sun.jndi.cosnaming.object.trustURLCodebase" to "false".
Therefore, assuming the defaults are in place, are my web facing applications protected from the threat this vulnerability introduces if the application is running on JRE/JDK 8u121 or newer?