vitro/webapp
j2blake 4619571f12 VIVO-552 Reduce “memory leak” messages at shutdown.
ThreadLocal stores objects in the threads. If the key type of the ThreadLocal is a class that is specific to the webapp, then that class cannot be unloaded when the app is shutdown, unless the threads themselves are garbage-collected. By using HttpServletRequest as the key to the ThreadLocal, that should be avoided.
2013-11-17 12:56:57 -05:00
..
config VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
languages/es_GO VIVO-523 Change the way the example language files are presented. 2013-11-14 17:05:04 -05:00
lib Adding unit tests, adding easymock library, Fixed problem with URIs with localnames that start with a digit. VIVO-13 2013-08-30 14:19:13 -04:00
rdf VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
src VIVO-552 Reduce “memory leak” messages at shutdown. 2013-11-17 12:56:57 -05:00
test VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
themes/vitro VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
web VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
build.xml VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
context.xml VIVO-2 Modify the build so installers can create a container-neutral VIVO. 2013-01-16 14:54:33 -05:00
webapp.doxyfile Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception. 2010-01-29 22:13:57 +00:00