Merge branch 'maint-rel-1.6' of https://github.com/vivo-project/Vitro into maint-rel-1.6

This commit is contained in:
brianjlowe 2013-11-04 11:29:13 -05:00
commit 878c00027e
5 changed files with 16 additions and 9 deletions

View file

@ -267,7 +267,8 @@ public class ConfigurationPropertiesSetup implements ServletContextListener {
@Override
public void contextDestroyed(ServletContextEvent sce) {
ConfigurationProperties.removeBean(sce.getServletContext());
// No need to remove the bean. It's only a map of strings, and if we
// restart the app, it will be replaced.
}
/**