Community
Participate
Working Groups
Instances of ConstraintMappings are leaked on redeploy when processing the default web.xml (which contains a security constraint). Method ConstraintSecurityHandler.addConstraintMapping() is called and fills a Map, but this map is never cleared on context stop.
Fixed by overriding doStop() and clearing the Maps. Also cleaned up code from unused variables and typos.