<?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: JSF PhaseListeners in Action - image rendering, back button, simple security</title>
	<atom:link href="http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/</link>
	<description>IT doesn’t have to be hard</description>
	<pubDate>Thu, 24 Jul 2008 02:56:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Refresh current JSF page &#171; The guy who does not speak&#8230;</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-520</link>
		<dc:creator>Refresh current JSF page &#171; The guy who does not speak&#8230;</dc:creator>
		<pubDate>Mon, 14 Jul 2008 05:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-520</guid>
		<description>[...] your page doesn&#8217;t get refreshed due to browser caching, you can set appropriate headers to response in PhaseListener (check [...]</description>
		<content:encoded><![CDATA[<p>[...] your page doesn&#8217;t get refreshed due to browser caching, you can set appropriate headers to response in PhaseListener (check [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rkaw</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-519</link>
		<dc:creator>rkaw</dc:creator>
		<pubDate>Fri, 20 Jun 2008 09:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-519</guid>
		<description>Hey Guys, 

I can see from comments above that there are some people who used that code and confirm that it works.

Unfortunately CacheControlPhaseListener does not work on my application for both FF 3.0 and 2.0.x.
I use JSF RI 1.2_07, apache-tomcat-6.0.16 and Eclipse Europa 

I put server in debug mode, set breakpoint at the top of beforePhase method and can confirm that headers are being added to response instance. 

I also installed liveHTTPHeaders plugin in FF and can see that headers are presenet, 
but still can click back button and previously displayed page gets loaded.

Am I missing anything ?

Thanks in advance.

Cheers
Rafal</description>
		<content:encoded><![CDATA[<p>Hey Guys, </p>
<p>I can see from comments above that there are some people who used that code and confirm that it works.</p>
<p>Unfortunately CacheControlPhaseListener does not work on my application for both FF 3.0 and 2.0.x.<br />
I use JSF RI 1.2_07, apache-tomcat-6.0.16 and Eclipse Europa </p>
<p>I put server in debug mode, set breakpoint at the top of beforePhase method and can confirm that headers are being added to response instance. </p>
<p>I also installed liveHTTPHeaders plugin in FF and can see that headers are presenet,<br />
but still can click back button and previously displayed page gets loaded.</p>
<p>Am I missing anything ?</p>
<p>Thanks in advance.</p>
<p>Cheers<br />
Rafal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techie</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-507</link>
		<dc:creator>techie</dc:creator>
		<pubDate>Fri, 13 Jun 2008 20:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-507</guid>
		<description>Thanks for sharing, no more back button problem.

  "com.yourcompany.yourapp.custom.AdminPhaseListener"
the  is to be </description>
		<content:encoded><![CDATA[<p>Thanks for sharing, no more back button problem.</p>
<p>  &#8220;com.yourcompany.yourapp.custom.AdminPhaseListener&#8221;<br />
the  is to be</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-130</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Tue, 13 May 2008 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-130</guid>
		<description>Hello there,

Thanks for that one.. I'm using a Jboss Seam framework and I was having a huge problem with lists which I had outjected.. and that little CacheControlPhaseListener made everything work just fine.. now the back-button sends every page to the Home page.. 

Thanks!!

Darryl</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>Thanks for that one.. I&#8217;m using a Jboss Seam framework and I was having a huge problem with lists which I had outjected.. and that little CacheControlPhaseListener made everything work just fine.. now the back-button sends every page to the Home page.. </p>
<p>Thanks!!</p>
<p>Darryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GAME OVER - Java Server Faces &#124; ComeSolveGo</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-19</link>
		<dc:creator>GAME OVER - Java Server Faces &#124; ComeSolveGo</dc:creator>
		<pubDate>Sat, 03 May 2008 15:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-19</guid>
		<description>[...] Back button problem. You have to fix that on your own. I have wrote one solution. [...]</description>
		<content:encoded><![CDATA[<p>[...] Back button problem. You have to fix that on your own. I have wrote one solution. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djo.mos</title>
		<link>http://www.comesolvego.com/2008/04/30/jsf-phaselisteners-in-action-image-rendering-back-button-simple-security/#comment-11</link>
		<dc:creator>djo.mos</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.comesolvego.com/?p=11#comment-11</guid>
		<description>Marvelous !
Many thanks for sharing this :)</description>
		<content:encoded><![CDATA[<p>Marvelous !<br />
Many thanks for sharing this <img src='http://www.comesolvego.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
