Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

BufferedReader is not closed properly #1109

@glassfishrobot

Description

@glassfishrobot

In ContextFinder class at line 345 there is BufferedReader that is not closed properly. It is closed on line 347 but if r.readLine() on line 346 throw an Exception then the Reader will remain open.

Affected Versions

[2.2.6]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions