<?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: Global Script Protection:  Long Execution Time of cfapplication Tag in ColdFusion MX 7.0</title>
	<atom:link href="http://devnulled.com/content/2005/04/global-script-protection-long-execution-time-of-cfapplication-tag-in-coldfusion-mx-70/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2005/04/global-script-protection-long-execution-time-of-cfapplication-tag-in-coldfusion-mx-70/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<pubDate>Sun, 23 Nov 2008 20:32:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Mike Nimer</title>
		<link>http://devnulled.com/content/2005/04/global-script-protection-long-execution-time-of-cfapplication-tag-in-coldfusion-mx-70/#comment-3732</link>
		<dc:creator>Mike Nimer</dc:creator>
		<pubDate>Mon, 11 Apr 2005 16:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/04/global-script-protection-long-execution-time-of-cfapplication-tag-in-coldfusion-mx-70/#comment-3732</guid>
		<description>Do you have any really large text fields? When the scriptprotect code is run all we do is run a single regex against each simple variable in the form,url, and cookie scopes. So a really large text variable or thousands of form variables could be noticeable, maybe. 

Instead of scriptprotect="true" try setting the scope specifically, scriptprotect="form,url". Try different scopes and see if you can tell which one is the slow one. 

email me directly with what you find, if you don't mind.
</description>
		<content:encoded><![CDATA[<p>Do you have any really large text fields? When the scriptprotect code is run all we do is run a single regex against each simple variable in the form,url, and cookie scopes. So a really large text variable or thousands of form variables could be noticeable, maybe. </p>
<p>Instead of scriptprotect=&#8221;true&#8221; try setting the scope specifically, scriptprotect=&#8221;form,url&#8221;. Try different scopes and see if you can tell which one is the slow one. </p>
<p>email me directly with what you find, if you don&#8217;t mind.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
