-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Closed
Copy link
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: bugA general bugA general bug
Milestone
Description
The documentation for Spring Security, section Servlet Architecture -> Architecture mentions the following:
"The RequestCacheAwareFilter uses the RequestCache to save the HttpServletRequest."
The statement above is incorrect, because the RequestCacheAwareFilter uses the RequestCache to get the saved HttpServletRequest after the user authenticates, while the ExceptionTranslationFilter uses the RequestCache to save the HttpServletRequest after the user requested protected resource in an unauthenticated request.
https://docs.spring.io/spring-security/reference/servlet/architecture.html#requestcacheawarefilter
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: bugA general bugA general bug