Details
Description
If static content is too large to fit in the content cache, the request is filtered, but the response is not, then default servlet is unable to serve the content.
If static content is too large to fit in the content cache, the request is filtered, but the response is not, then default servlet is unable to serve the content.
This especially seems to happen in web applications that use SiteMesh's PageFilter or Acegi Security where the static content is larger than the "maxCacheSize" attribute of DefaultServlet.