Home / Vulnerability Database / Scala : Explicit connection handling
Scala

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

See also

Scala

Scala : Unreleased resource stream

Scala

Scala : Multiple loggers in same class

Scala

Scala : Insufficient encryption key length