Wolfgang Kritzinger created WICKET-4820:
-------------------------------------------
Summary: Race condition in ResourceSettings: getResourceWatcher()
is not thread safe
Key: WICKET-4820
URL: https://issues.apache.org/jira/browse/WICKET-4820
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.1.1, 1.5.8
Reporter: Wolfgang Kritzinger
Priority: Minor
o.a.w.settings.def.ResourceSettings.getResourceWatcher() is not thread safe:
when multiple requests are waiting to load markup for the first time (for
example, start "ab" with -c 40 right after starting the wicket application)
multiple ModificationWatcher threads are started which cause a memory leak when
the WicketApplication is stopped.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira