-
Improvement
-
Resolution: Fixed
-
Low
-
None
-
None
-
true
The filter configuration documentation located at http://opensource.atlassian.com/seraph/configuration.html has the incorrect package name for the LoginFilter and the SecurityFilter.
Currently they are listed as follows:
com.atlassian.core.security.LoginFilter
com.atlassian.core.security.SecurityFilter
They should be:
com.atlassian.seraph.filter.LoginFilter
com.atlassian.seraph.filter.SecurityFilter