public class

JiraStaticAssetsFilter

extends Object
implements Filter
java.lang.Object
   ↳ com.atlassian.jira.web.filters.JiraStaticAssetsFilter

Class Overview

This filter is used to serve static filed through default RequestDispatcher.

It means that all requests which contains this filter will not be passed further along the chain.

JiraStaticAssetsFilter was introduced during JRADEV-21366 to serve static files regardless the state of JIRA stack underneath.

Summary

Public Constructors
JiraStaticAssetsFilter()
Public Methods
void destroy()
void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
void init(FilterConfig config)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.Filter

Public Constructors

public JiraStaticAssetsFilter ()

Public Methods

public void destroy ()

public void doFilter (ServletRequest req, ServletResponse resp, FilterChain chain)

Throws
ServletException
IOException

public void init (FilterConfig config)

Throws
ServletException