I have to have several certain cache-control directives set on an ASP.NET page in order to pass a Hailstorm security scan. For example, it wants me to have
No matter what I do: <meta http-equiv=\"Cache-Control\" content=\"no-cache\" /> <meta http-equiv=\"Expires\" content=\"Fri, 30 Apr 2010 11:12:01 GMT\" />
Scenario: I have a base controller which disables caching within the OnActionExecuting override. protected override void OnActionExecuting(ActionExecutingContext filterContext)
I\'m creating a RESTful API (using MVC.NET) to allow external access to a business system.The API includes a search resource.The resource takes the URI form \"/example/search/pages/1/?query=something\
I was reading this: http://docs.codehaus.org/display/JETTY/LastModifiedCacheControl It says The Jetty default servlet allows the cache control header to
I\'m using the Google \"Page Speed\" plug-in for Firefox to access my web site. Some of the components on my page is indicated as HTTP status:
I do not want my Java SWT application to cache temporary internet files. Currently I am dealing with IE (because SWT uses the native browser), and the browser cannot be changed.