doFilter
protected void doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws IOException,
javax.servlet.ServletException
This filter logs MAU events, except where the header is set to ignore.
The services used may not be available during bootstrapping which is why they
are wrapped to ensure we fail quietly.
The dark feature flag used here will disable logging of the MAU information,
which is primarily for JIRA development.
- Specified by:
doFilter
in class com.atlassian.core.filters.AbstractHttpFilter
- Throws:
IOException
javax.servlet.ServletException