I just did the test here on MacOS X and Tomcat with the latest build and the CPu goes up like crazy :-(

Solution! Remove the resolveURL, then it will work:

<cfset result.url = "http://www.ccssolutions.typepad.com/ccs/";>
<cfset strUserAgent = ("Mozilla/5.0 (Windows; U; Windows NT 5.1; en- US; " & "rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3") />
<cfhttp url="#result.url#" useragent="#strUserAgent#">
<cfdump var="#cfhttp#">

Kind Regards,
Nitai

On Apr 25, 2009, at 5:04 PM, tom thomas wrote:

<cfset result.url = "http://www.ccssolutions.typepad.com/ccs/";>
<cfset strUserAgent = (
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; " &
"rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"
) />
<cfhttp url = "#result.url#" resolveURL = "yes" useragent="#strUserAgent#">
<cfdump var=#cfhttp#>

--
Razuna SaaS On-Demand - Hosted Digital Asset Management Solution
http://www.razuna.com/

Razuna - Open Source Digital Asset Management
http://www.razuna.org/

SixSigns - Enrich people’s lives and web experience
http://www.sixsigns.com
http://blog.sixsigns.com

Follow us on Twitter
http://twitter.com/sixsigns

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to