Files
SCM-Manager/scm-webapp
Sebastian Sdorra 73dc0d0544 clear ResteasyProviderFactory and RuntimeDelegate during restart
This change is required, because some cachings of resteasy are not cleared by removing them from ServletContext.
Some classes use static or ThreadLocals, which are causing a ClassLoader leak.
However this change will clear those caches.
2019-06-05 16:09:01 +02:00
..