Home / Vulnerability Database / Kotlin : Explicit connection handling
Kotlin

Kotlin : 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 Kotlin : Explicit connection handling in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block