Can you @Inject RequestGlobals and log RequestGlobals.getHttpServletRequest().getClass()?
I'm thinking that one of the spring filters is wrapping the request in an faulty implementation. I'm starting to point the finger at RequestCacheAwareFilter.
Can you @Inject RequestGlobals and log RequestGlobals.getHttpServletRequest().getClass()?
I'm thinking that one of the spring filters is wrapping the request in an faulty implementation. I'm starting to point the finger at RequestCacheAwareFilter.