Community
Participate
Working Groups
Build Identifier: 3.7 There is a problem when trying to stop and restart the http engine. We are stopping the engine, changing configurations, and rstarting the appropriate bundles. The restart of the org.eclipse.equinox.http.servlet bundle is not working as expected. In the stop method, proxy servlets are unregistered correctly. However, the serviceRegistrations map is not cleared. The stop method should clear this map so that restarts get the proxy servlets registered correctly. Reproducible: Always
Created attachment 189418 [details] Proposed patch
Thanks! Fixed in HEAD.
.