Class JiraFirstFilter

All Implemented Interfaces:
javax.servlet.Filter

public class JiraFirstFilter extends ChainedFilterStepRunner
This is the first filter that is run during a web request to JIRA. At this point you know that the request is pristine.

You are at the outer most entry point for the request for the filter chain.

After extensive market research, this filter has been carefully named to indicate that its the "first" filter and it should remain that way.

Since:
v4.2
  • Constructor Details

    • JiraFirstFilter

      public JiraFirstFilter()
  • Method Details