408723 Jetty Maven plugin reload ignores web.xml listeners

This commit is contained in:
Jan Bartel 2013-05-23 17:28:12 +10:00
parent f825e27275
commit db2615ab29
1 changed files with 2 additions and 1 deletions

View File

@ -547,7 +547,8 @@ public class ContextHandler extends ScopedHandler implements Attributes, Gracefu
_contextAttributeListeners.clear();
_requestListeners.clear();
_requestAttributeListeners.clear();
_eventListeners.clear();
if (eventListeners!=null)
for (EventListener listener : eventListeners)
addEventListener(listener);