Home / Vulnerability Database / Java : Explicit connection handling
Java

Java : Explicit connection handling

Classification

Overview

J2EE specification prohibits direct work with connections. For this purpose it is necessary to use a resource manager provided by the servlet container.

Any popular servlet container provides the means to work with a pool of connections with the database. Re-implementation of this functionality by the application developers is fraught with difficulties leading to errors. Therefore, J2EE standard prescribes to use standard tools for resource management.

MEDIUM

DerScanner Severity Score

Do you want to fix Java : Explicit connection handling in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage