<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for JSF Blog</title>
	<atom:link href="http://www.jsfblog.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jsfblog.info</link>
	<description>Discussion on all things Java and JSF</description>
	<lastBuildDate>Tue, 06 Dec 2011 18:56:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Maven site generation error: DTDDVFactoryImpl does not extend from DTDDVFactory by Luke Samad</title>
		<link>http://www.jsfblog.info/2010/04/maven-site-generation-error-dtddvfactoryimpl-does-not-extend-from-dtddvfactory/comment-page-1/#comment-599</link>
		<dc:creator>Luke Samad</dc:creator>
		<pubDate>Tue, 06 Dec 2011 18:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=197#comment-599</guid>
		<description>Thanks you for saving me some time.</description>
		<content:encoded><![CDATA[<p>Thanks you for saving me some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven site generation error: DTDDVFactoryImpl does not extend from DTDDVFactory by Siegfried Goeschl</title>
		<link>http://www.jsfblog.info/2010/04/maven-site-generation-error-dtddvfactoryimpl-does-not-extend-from-dtddvfactory/comment-page-1/#comment-598</link>
		<dc:creator>Siegfried Goeschl</dc:creator>
		<pubDate>Mon, 21 Nov 2011 15:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=197#comment-598</guid>
		<description>ROFL you saved my day -  you post helped me to get my own plugin working at a customer site ... :-)

The plugin moved to &quot;http://mojo.codehaus.org/webtest-maven-plugin/&quot; and I will have a look how to fix that issues since it also happens with maven-site-plugin-3.0</description>
		<content:encoded><![CDATA[<p>ROFL you saved my day &#8211;  you post helped me to get my own plugin working at a customer site &#8230; <img src='http://www.jsfblog.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The plugin moved to &#8220;http://mojo.codehaus.org/webtest-maven-plugin/&#8221; and I will have a look how to fix that issues since it also happens with maven-site-plugin-3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Secure and the PaReq field in Google Chrome &amp; Safari Browsers by Darrell Martin</title>
		<link>http://www.jsfblog.info/2010/03/3d-secure-and-the-pareq-field-in-google-chrome-safari-browsers/comment-page-1/#comment-597</link>
		<dc:creator>Darrell Martin</dc:creator>
		<pubDate>Mon, 03 Oct 2011 12:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=128#comment-597</guid>
		<description>I too have come across this issue. Here is my fix.


Problem:
The PaReq returned for the cardsave gateway contains line breaks which when parsed through the ACSFrame form breaks the bank&#039;s acs script.
 
 
Solution:
Replace the all line break instances within the PaReq from the returned cardsave gateway with a  the &#039;+&#039; character. i.e
 
   // parse the cardsave gateway&#039;s returned PaReq into the session
   $_SESSION[&#039;PaREQ&#039;] = $return[&#039;PaREQ&#039;];  
 
   // replace the line break instances with &#039;+&#039; character
   $_SESSION[&#039;PaREQ&#039;] = str_replace(&quot; &quot;, &quot;+&quot;, $_SESSION[&#039;PaREQ&#039;]);</description>
		<content:encoded><![CDATA[<p>I too have come across this issue. Here is my fix.</p>
<p>Problem:<br />
The PaReq returned for the cardsave gateway contains line breaks which when parsed through the ACSFrame form breaks the bank&#8217;s acs script.</p>
<p>Solution:<br />
Replace the all line break instances within the PaReq from the returned cardsave gateway with a  the &#8216;+&#8217; character. i.e</p>
<p>   // parse the cardsave gateway&#8217;s returned PaReq into the session<br />
   $_SESSION['PaREQ'] = $return['PaREQ'];  </p>
<p>   // replace the line break instances with &#8216;+&#8217; character<br />
   $_SESSION['PaREQ'] = str_replace(&#8221; &#8220;, &#8220;+&#8221;, $_SESSION['PaREQ']);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven site generation error: DTDDVFactoryImpl does not extend from DTDDVFactory by Hiten Patel</title>
		<link>http://www.jsfblog.info/2010/04/maven-site-generation-error-dtddvfactoryimpl-does-not-extend-from-dtddvfactory/comment-page-1/#comment-596</link>
		<dc:creator>Hiten Patel</dc:creator>
		<pubDate>Wed, 17 Aug 2011 21:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=197#comment-596</guid>
		<description>Very Helpful..Thanks for posting your research. This saved lot of my debugging time.</description>
		<content:encoded><![CDATA[<p>Very Helpful..Thanks for posting your research. This saved lot of my debugging time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading to Maven 3 Site Reporting by Time to ditch JSF</title>
		<link>http://www.jsfblog.info/2011/03/upgrading-to-maven-3-site-reporting/comment-page-1/#comment-594</link>
		<dc:creator>Time to ditch JSF</dc:creator>
		<pubDate>Mon, 07 Mar 2011 08:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=416#comment-594</guid>
		<description>Hacker :)</description>
		<content:encoded><![CDATA[<p>Hacker <img src='http://www.jsfblog.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Eclipse Plugins by Maven pom Checkstyle configuration with Eclipse &#124; JSF Blog</title>
		<link>http://www.jsfblog.info/2010/11/useful-eclipse-plugins/comment-page-1/#comment-593</link>
		<dc:creator>Maven pom Checkstyle configuration with Eclipse &#124; JSF Blog</dc:creator>
		<pubDate>Tue, 22 Feb 2011 20:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=299#comment-593</guid>
		<description>[...] a previous post on Eclipse plugins, two excellent plugins were mentioned which can automatically set up your Eclipse project to use [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous post on Eclipse plugins, two excellent plugins were mentioned which can automatically set up your Eclipse project to use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Secure and the PaReq field in Google Chrome &amp; Safari Browsers by Vince</title>
		<link>http://www.jsfblog.info/2010/03/3d-secure-and-the-pareq-field-in-google-chrome-safari-browsers/comment-page-1/#comment-22</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Fri, 14 May 2010 11:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsfblog.info/?p=128#comment-22</guid>
		<description>Thank god! Your post is appreciated!</description>
		<content:encoded><![CDATA[<p>Thank god! Your post is appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

