<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000272.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T19:02:26</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#57927" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#47263" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#41082" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#40767" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#38744" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#57927">
		<title>coldfusion/7/htmldocs/00000272.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#57927</link>
		<description>I had a problem when the page I was getting has a flash file on it. Under IE6, the flash file wouldnt play when I outputted the cfhttp.filecontent.&lt;br /&gt;&lt;br /&gt;The resolveurl=&quot;yes&quot; parameter on the cfhttp tag is changing the classid=&quot;clsid:D27CD...{etc}  parameter to include the absolute url so it ends up like this:&lt;br /&gt;&lt;br /&gt;classid=&quot;http://www.mysite.com.au/clsid:D27C...{etc}&lt;br /&gt;&lt;br /&gt;and that obviously stops the ActiveX flash player from being found.&lt;br /&gt;&lt;br /&gt;If I remove the url from the classid value before displaying the page, it all works properly.&lt;br /&gt;&lt;br /&gt;Additionally, if the &lt;param name=&quot;movie&quot; value=&quot;&quot; is set to a relative url on the original page, the resolveurl parameter will NOT change it to an absolute url and so again, under IE, the flash file wont play.&lt;br /&gt;&lt;br /&gt;The workaround is to use absolute urls on either the original page if you have access to them, or adjust the filecontent variable after you have done the cfhttp (I am assuming you need to use resolveurl=yes for other parts of the page, as I did.)</description>
		<dc:creator>Murrah</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-12-15T16:59:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#47263">
		<title>coldfusion/7/htmldocs/00000272.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#47263</link>
		<description>FYI, if coldfusion needs you to import an SSL certificate, and you are using &quot;throwOnError=yes&quot;, the exception won't exactly lead you right to the heart of the problem.   Exception type is &quot;COM.Allaire.ColdFusion.HTTPFailure&quot; and the message is &quot;Connection Failure: Status code unavailable,&quot; which is probably shared with several other types of problems.</description>
		<dc:creator>bizarrojack</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-04-05T17:09:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#41082">
		<title>coldfusion/7/htmldocs/00000272.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#41082</link>
		<description>The password is &quot;changeit&quot; by default.&lt;br /&gt;The Tech Note:&lt;br /&gt;ColdFusion MX: Configuring Secure SSL Connection with LDAP Directory Server &lt;br /&gt;at&lt;br /&gt;http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19139&lt;br /&gt;provides more detail about using the keytool command.</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-20T08:00:47</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#40767">
		<title>coldfusion/7/htmldocs/00000272.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#40767</link>
		<description>Running the code on this page to add a certificate:&lt;br /&gt;&lt;br /&gt;keytool -import -keystore cacerts -alias giveUniqueName -file filename.cer &lt;br /&gt;&lt;br /&gt;does not work, because running that command prompts you to 'Enter keystore password'. What password does it want? I have tried our CF admin password and others, none work.</description>
		<dc:creator>ProphecyVI</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-13T05:58:21</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#38744">
		<title>coldfusion/7/htmldocs/00000272.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000272.htm#38744</link>
		<description>&quot;Some versions of IIS may use an HTTPCompression algorithm that is incompatible with ColdFusion (or Java in general). When using CFHTTP to perform the operations GET or POST on the target website, if the target site is using Microsoft IIS with HTTP Compression enabled, the CFHTTP tag may report a Connection Failure&quot;  If this is the case, you need to add the following params to cfhttp:&lt;br /&gt;&lt;cfhttpparam type=&quot;Header&quot; name=&quot;Accept-Encoding&quot; value=&quot;deflate;q=0&quot;&gt;&lt;br /&gt;&lt;cfhttpparam type=&quot;Header&quot; name=&quot;TE&quot; value=&quot;deflate;q=0&quot;&gt;&lt;br /&gt;&lt;br /&gt;Here is a link to an article by Steven Erat fulling explaining the issue:&lt;br /&gt;http://www.talkingtree.com/blog/index.cfm?mode=entry&amp;entry=25AA8297-45A6-2844-729DBD51575C1BD2</description>
		<dc:creator>dday</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-17T08:25:22</dc:date>
	</item>
	</rdf:RDF>

