- All Implemented Interfaces:
- javax.servlet.Filter
public class JiraImportProgressFilter
extends com.atlassian.core.filters.AbstractHttpFilter
This filter is used to report on progress of a data import. It has to live in a filter first in the filterchain
since otherwise we run the risk of having another filter call through to the ComponentManager. This could cause
deadlocks in Pico while the ComponentManager is being restarted during the data import. This filter basically checks
whether there's a data import task in progress and if so, shows its progress. If not, it simply redirects to the
dashboard.
- Since:
- 4.4