mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
SEC-974: Made getExceptionMappings() protected.
This commit is contained in:
parent
af3c77f56f
commit
97381fb448
@ -482,7 +482,7 @@ public abstract class AbstractProcessingFilter extends SpringSecurityFilter impl
|
|||||||
this.defaultTargetUrl = defaultTargetUrl;
|
this.defaultTargetUrl = defaultTargetUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
Properties getExceptionMappings() {
|
protected Properties getExceptionMappings() {
|
||||||
return new Properties(exceptionMappings);
|
return new Properties(exceptionMappings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user