public class

SetupProgressFilter

extends AbstractHttpFilter
java.lang.Object
   ↳ com.atlassian.core.filters.AbstractHttpFilter
     ↳ com.atlassian.jira.web.filters.SetupProgressFilter

Class Overview

This filter is used to report on progress of a last step of instant setup. It has to live in a filter first in the filterchain since otherwhise 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!

Summary

Public Constructors
SetupProgressFilter()
Protected Methods
void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
[Expand]
Inherited Methods
From class com.atlassian.core.filters.AbstractHttpFilter
From class java.lang.Object
From interface javax.servlet.Filter

Public Constructors

public SetupProgressFilter ()

Protected Methods

protected void doFilter (HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)

Throws
IOException
ServletException