<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Java: Servlet Set Expires Header with Cache Control</title>
	<atom:link href="http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/</link>
	<description>No Buzz, just Code, Design, and Sys-Admin stuff.</description>
	<pubDate>Sat, 19 May 2012 02:34:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Sushant</title>
		<link>http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/#comment-31208</link>
		<dc:creator>Sushant</dc:creator>
		<pubDate>Thu, 24 Feb 2011 22:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=360#comment-31208</guid>
		<description>I tried adding these, still my FF browser does not cache the response on browser.  I am able to verify this using FireBug. 

This is how my HTTP Response Header looks -

Response Headersview source
Server	Apache-Coyote/1.1
Cache-Control	max-age=300, must-revalidate
Last-Modified	Thu, 24 Feb 2011 22:05:06 GMT
Expires	Thu, 24 Feb 2011 22:10:06 GMT
Content-Length	279
Date	Thu, 24 Feb 2011 22:05:06 GMT</description>
		<content:encoded><![CDATA[<p>I tried adding these, still my FF browser does not cache the response on browser.  I am able to verify this using FireBug. </p>
<p>This is how my HTTP Response Header looks -</p>
<p>Response Headersview source<br />
Server	Apache-Coyote/1.1<br />
Cache-Control	max-age=300, must-revalidate<br />
Last-Modified	Thu, 24 Feb 2011 22:05:06 GMT<br />
Expires	Thu, 24 Feb 2011 22:10:06 GMT<br />
Content-Length	279<br />
Date	Thu, 24 Feb 2011 22:05:06 GMT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/#comment-8878</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=360#comment-8878</guid>
		<description>awesome, very useful, thanks!</description>
		<content:encoded><![CDATA[<p>awesome, very useful, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremychone</title>
		<link>http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/#comment-490</link>
		<dc:creator>jeremychone</dc:creator>
		<pubDate>Wed, 08 Apr 2009 00:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=360#comment-490</guid>
		<description>@Reno I am a big fan of Spring IOC, but not of Spring MVC. Spring MVC is too heavy/constraining for Web application. It focuses too much on the controller piece and does not decouple enough the Model, View and Action. But for developers that like to write XML Config files, then, Spring MVC is definitely a nice solution.  </description>
		<content:encoded><![CDATA[<p>@Reno I am a big fan of Spring IOC, but not of Spring MVC. Spring MVC is too heavy/constraining for Web application. It focuses too much on the controller piece and does not decouple enough the Model, View and Action. But for developers that like to write XML Config files, then, Spring MVC is definitely a nice solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno</title>
		<link>http://www.bitsandpix.com/entry/java-servlet-set-expires-header-with-cache-control/#comment-484</link>
		<dc:creator>Reno</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=360#comment-484</guid>
		<description>Or use a framework like Spring MVC and write the conf:


    
    ...
</description>
		<content:encoded><![CDATA[<p>Or use a framework like Spring MVC and write the conf:</p>
<p>    &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

