We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2b0a7 commit 94c80bcCopy full SHA for 94c80bc
web/src/main/java/org/springframework/security/web/access/ExceptionTranslationFilter.java
@@ -94,7 +94,7 @@ public class ExceptionTranslationFilter extends GenericFilterBean implements Mes
94
95
private ThrowableAnalyzer throwableAnalyzer = new DefaultThrowableAnalyzer();
96
97
- private RequestCache requestCache = new HttpSessionRequestCache();
+ private final RequestCache requestCache;
98
99
protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();
100
0 commit comments