Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently the resource resolver being opened in ValidationServiceImpl.searchAndStoreValidationModel is only closed if no RuntimeException is thrown. Generally resource resolvers should always be closed within a finally block.