On 11/12/2021 02:02, [email protected] wrote:
Is there a way to forcibly prevent a library from loading in Tomcat during 
startup that will also prevent an app from loading the library?

Trying to findĀ­ a way to block vulnerabilities.

Dependencies are rarely optional. Blocking a library from loading is likely to break the application.

Tomcat does not provide such a feature.

You could probably do it with a custom web resources implementation but that would be non-trivial and, as I said above, likely to break apps.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to