That was a fast answer and it worked. As usual most cf solutions are simple, the hard part is figuring where to look. In this case it was here.

Thanks,
Tom Thomas

At 11:25 AM 4/25/2009, you wrote:
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 = "" href="http://www.ccssolutions.typepad.com/ccs/" eudora="autourl"> 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="" useragent="#strUserAgent#">
<cfdump var="#cfhttp#">

Kind Regards,
Nitai

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

<cfset result.url = "" href="http://www.ccssolutions.typepad.com/ccs/" eudora="autourl"> 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 = "" 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




--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to