Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the validationModelsCache will not be invalidated if Validators are unbound from the ValidationServiceImpl. That leads to references to inactive validators in the validationModelsCache. Therefore the validate method might be called on inactive validators.