public class

DropIfNotSetupFilter

extends AbstractHttpFilter
java.lang.Object
   ↳ com.atlassian.core.filters.AbstractHttpFilter
     ↳ com.atlassian.confluence.web.filter.DropIfNotSetupFilter

Class Overview

USE WITH CAUTION! This filter will drop any request that comes in when Confluence is not finished setting up. To prevent this from dropping valid requests ensure that the filter url mapping maps to exactly the request you want to drop.

Summary

Public Constructors
DropIfNotSetupFilter()
Public Methods
void destroy()
void init(FilterConfig filterConfig)
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 DropIfNotSetupFilter ()

Public Methods

public void destroy ()

public void init (FilterConfig filterConfig)

Throws
ServletException

Protected Methods

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

Throws
IOException
ServletException