-
May 19th, 2011, 10:07 PM
#1
Overriding RequestCache used by ExceptionTranslationFilter
Hey All
I'm working on trying to swap out the HttpSessionRequestCache used by the ExceptionTranslationFilter with an alternative implementation of my own. Based on Section 8.2 in Core Security Filters it seemed like this might be possible.
After a while messing with the security config and testing I can't get "my" version of things to run. Debugging through always shows the HttpSessionRequestCache being used.
Based on this forum thread I'm now wondering if it's even possible.
My question is, how can I substitute my RequestCache implementation for the one that the ExceptionTranslationFilter is using?
-
May 20th, 2011, 06:56 AM
#2
You can use the request-cache namespace element to set the RequestCache.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules