log("Removing TagPoolManagerImpl: " + ctx);
}
TagPoolManager manager = (TagPoolManager) ctx.getAttribute(TagPoolManager.CONTEXT_ATTRIBUTE_NAME);
if (manager != null) {
ctx.removeAttribute(TagPoolManager.CONTEXT_ATTRIBUTE_NAME);
manager.shutdown();
} else {
if (debug>0) {
log("TagPoolManagerImpl not found for: " + ctx);
}
}