mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
SEC-209: Make eventPublisher protected.
This commit is contained in:
parent
3b9718c430
commit
51f1b33af9
@ -135,7 +135,7 @@ public abstract class AbstractProcessingFilter implements Filter,
|
||||
|
||||
//~ Instance fields ========================================================
|
||||
|
||||
private ApplicationEventPublisher eventPublisher;
|
||||
protected ApplicationEventPublisher eventPublisher;
|
||||
private AuthenticationManager authenticationManager;
|
||||
protected MessageSourceAccessor messages = AcegiMessageSource.getAccessor();
|
||||
private Properties exceptionMappings = new Properties();
|
||||
|
Loading…
x
Reference in New Issue
Block a user