public class

AccessLogFilter

extends Object
implements Filter
java.lang.Object
   ↳ com.atlassian.confluence.util.AccessLogFilter

Class Overview

Logs JIRA username and request URL via log4j. See http://confluence.atlassian.com/display/JIRACOM/User+access+logging

Summary

Public Constructors
AccessLogFilter()
Public Methods
void destroy()
void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain chain)
void init(FilterConfig filterConfig)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.Filter

Public Constructors

public AccessLogFilter ()

Public Methods

public void destroy ()

public void doFilter (ServletRequest servletRequest, ServletResponse servletResponse, FilterChain chain)

Throws
IOException
ServletException

public void init (FilterConfig filterConfig)

Throws
ServletException