<?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 on: 3D Secure and the PaReq field in Google Chrome &amp; Safari Browsers</title>
	<atom:link href="http://www.jsfblog.info/2010/03/3d-secure-and-the-pareq-field-in-google-chrome-safari-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jsfblog.info/2010/03/3d-secure-and-the-pareq-field-in-google-chrome-safari-browsers/</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>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>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>

