<?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: Plugin Conflict Warning: Redirection Plugin</title>
	<atom:link href="http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 18:34:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Carl Hancock</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-29</link>
		<dc:creator>Carl Hancock</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-29</guid>
		<description>I can confirm that the author of the Redirection plugin has in fact updated his plugins so that this issue will no longer occur.  

I had been in touch with both him and the core WordPress development team about this issue.  I am glad to see that he moved quickly to fix the issue as it also posed a security vulnerability on top of interfering with Gravity Forms.  The issue was present in the Redirection plugin and several other plugins by the same author. He has fixed them all.

So as long as you use the latest version of the Redirection plugin, it should not interfere with Gravity Forms.</description>
		<content:encoded><![CDATA[<p>I can confirm that the author of the Redirection plugin has in fact updated his plugins so that this issue will no longer occur.  </p>
<p>I had been in touch with both him and the core WordPress development team about this issue.  I am glad to see that he moved quickly to fix the issue as it also posed a security vulnerability on top of interfering with Gravity Forms.  The issue was present in the Redirection plugin and several other plugins by the same author. He has fixed them all.</p>
<p>So as long as you use the latest version of the Redirection plugin, it should not interfere with Gravity Forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biscuitstudios</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-28</link>
		<dc:creator>biscuitstudios</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-28</guid>
		<description>Carl... i see a new release of Redirection today as v2.1.25... the changelog says that it fixes &quot;deep slashes&quot;.

i upgraded the plugin on one of my sites... created a new Gravity Form and put some quotes in one of the field descriptions... the form data was saved correctly and the preview showed the form with no data loss... it appears to have been fixed.

can you or anyone else help confirm this?

have fun at WordCamp Boston.</description>
		<content:encoded><![CDATA[<p>Carl... i see a new release of Redirection today as v2.1.25... the changelog says that it fixes "deep slashes".</p>
<p>i upgraded the plugin on one of my sites... created a new Gravity Form and put some quotes in one of the field descriptions... the form data was saved correctly and the preview showed the form with no data loss... it appears to have been fixed.</p>
<p>can you or anyone else help confirm this?</p>
<p>have fun at WordCamp Boston.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Hancock</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-27</link>
		<dc:creator>Carl Hancock</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-27</guid>
		<description>The issue is the Redirection plugin is globally stripping slashes from special characters as part of it&#039;s special character escaping functionality.   

What this means is when ANY data is posted to WordPres (not post as in a WordPress post but post as in a form post) the Redirection plugin is intercepting it and stripping the slashes that WordPress by default adds in front of special characters.

Our plugin does not expect the slashes to be stripped... so we then get the variables and it causes problems with how we process the data.

This is a good example of a plugin that is impacting data that is outside the scope of it&#039;s intended use... and a good example of what NOT to do.  This is why conflicts happen.

I am trying to get in touch with the author of the Redirection plugin to get his input and inquire as to why he does it this way and if he can change it.  We are also looking into a workaround to avoid this causing a problem on our end.</description>
		<content:encoded><![CDATA[<p>The issue is the Redirection plugin is globally stripping slashes from special characters as part of it's special character escaping functionality.   </p>
<p>What this means is when ANY data is posted to WordPres (not post as in a WordPress post but post as in a form post) the Redirection plugin is intercepting it and stripping the slashes that WordPress by default adds in front of special characters.</p>
<p>Our plugin does not expect the slashes to be stripped... so we then get the variables and it causes problems with how we process the data.</p>
<p>This is a good example of a plugin that is impacting data that is outside the scope of it's intended use... and a good example of what NOT to do.  This is why conflicts happen.</p>
<p>I am trying to get in touch with the author of the Redirection plugin to get his input and inquire as to why he does it this way and if he can change it.  We are also looking into a workaround to avoid this causing a problem on our end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Hancock</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-26</link>
		<dc:creator>Carl Hancock</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-26</guid>
		<description>We have figured out why Redirection is causing this issue, but we are looking into trying to prevent it from happening in the 1.3.9 release.</description>
		<content:encoded><![CDATA[<p>We have figured out why Redirection is causing this issue, but we are looking into trying to prevent it from happening in the 1.3.9 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unsalkorkmaz</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-25</link>
		<dc:creator>unsalkorkmaz</dc:creator>
		<pubDate>Tue, 12 Jan 2010 21:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-25</guid>
		<description>any update on this?</description>
		<content:encoded><![CDATA[<p>any update on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardbaxterseo</title>
		<link>http://www.gravityhelp.com/plugin-conflict-warning-redirection-plugin/comment-page-1/#comment-21</link>
		<dc:creator>richardbaxterseo</dc:creator>
		<pubDate>Thu, 31 Dec 2009 12:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=723#comment-21</guid>
		<description>Hi Carl,

Have you had any other reported issues since the last update? My WP backend is in quite a lot of troble - the login page is blank, so there&#039;s no way for me to access other than FTP. I&#039;m not quite sure what to do here - if I pull the gravity folder out I&#039;ll lose all of my forms, no?

Help!</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>Have you had any other reported issues since the last update? My WP backend is in quite a lot of troble - the login page is blank, so there's no way for me to access other than FTP. I'm not quite sure what to do here - if I pull the gravity folder out I'll lose all of my forms, no?</p>
<p>Help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

