-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Greetings,
How do I turn off ETag(s) in Ruby on Rails v2.3.5
When I do a direct request to to the RoR/Mongrel an ETag header is present.
TIA,
-daniel
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is it possible to cover my controller, that is highly depeinding on Etags with unit tests?
Here's what i'm trying to do:
in case if page is not stale (meaning that it's fresh), i'm adding some header to response.
When i'm trying to test it all (rspec), no matter how many similar requests i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
I've followed http://static.springsource.org/spring/docs/3.0.2.RELEASE/spring-framework-reference/html/mvc.html#mvc-etag and put ShallowEtagHeaderFilter in my web.xml like this:
<filter>
<filter-name>etagFilter</filter-name>
<filter-class>org.springframework…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Running IIS5 (yes, really). I'd like to remove the eTag http header that IIS generates for me. MS has an article on how to sync eTags across the web farm, but not how to remove them ( http://support.microsoft.com/?id=922733 ).
Is there a way to remove eTags?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Per Yahoo's best practices for high performance web sites, I'd like to remove Etags from my headers (I'm manually managing all my caching and have no need for Etags... and when/if I need to scale to a farm, I'd really like them gone). I'm running IIS7 on Windows Server 2008. Anyone know how I can…
>>> More