/[Apache-SVN]
ViewVC logotype

Revision 1634894


Jump to revision: Previous Next
Author: jawi
Date: Tue Oct 28 15:30:25 2014 UTC (9 years, 8 months ago)
Changed paths: 5
Log Message:
FELIX-4561 - Unregistration fails sometimes:

- if the HttpService itself is stopping, it deregisters all of its
  servlets and filters. This causes the whiteboard service to also
  start deregistering its servlets & filters, causing exceptions in
  the HttpService;
- make the whiteboard unregister at best-effort, catching exceptions
  that occur during the unregistration & log a message instead;
- suppress throwing of exceptions when unregister is called on the
  HttpService while the bundle is stopping.



Changed paths

Path Details
Directoryfelix/trunk/http/base/src/main/java/org/apache/felix/http/base/internal/handler/HandlerRegistry.java modified , text changed
Directoryfelix/trunk/http/base/src/main/java/org/apache/felix/http/base/internal/logger/SystemLogger.java modified , text changed
Directoryfelix/trunk/http/base/src/main/java/org/apache/felix/http/base/internal/service/HttpServiceImpl.java modified , text changed
Directoryfelix/trunk/http/whiteboard/src/main/java/org/apache/felix/http/whiteboard/internal/manager/FilterMapping.java modified , text changed
Directoryfelix/trunk/http/whiteboard/src/main/java/org/apache/felix/http/whiteboard/internal/manager/ServletMapping.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26