-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
None
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