This website requires JavaScript.
Explore
Help
Sign In
Cwikius-Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
mirror of
synced
2026-05-22 21:33:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f404bb3d74d4abb140f1273aa89312c97cc72698
spring-security
/
config
T
History
Luke Taylor
f404bb3d74
SEC-1167: Introduce more flexible SavedRequest handling. Separated the concept of SavedRequest from SecurityContextHolderAwareFilter since the two are orthogonal requirements. This no longer takes a wrapper class property or uses reflection. SavedRequest functionality is accessed through the RequestCache interface, with the default implementation being HttpSessionRequestCache. A separate filter RequestCacheAwareFilter is now responsible for reconstituting the SavedRequest if it matches the current request. The functionality for matching and returning the wrapper is contained in the RequestCache method though.
2009-07-20 22:34:40 +00:00
..
src
SEC-1167: Introduce more flexible SavedRequest handling. Separated the concept of SavedRequest from SecurityContextHolderAwareFilter since the two are orthogonal requirements. This no longer takes a wrapper class property or uses reflection. SavedRequest functionality is accessed through the RequestCache interface, with the default implementation being HttpSessionRequestCache. A separate filter RequestCacheAwareFilter is now responsible for reconstituting the SavedRequest if it matches the current request. The functionality for matching and returning the wrapper is contained in the RequestCache method though.
2009-07-20 22:34:40 +00:00
pom.xml
Made ApacheDS deps optional
2009-05-27 02:15:45 +00:00
template.mf
Fixed config bundlor template
2009-05-11 07:57:52 +00:00