Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
kaypro4 #1
CFHTTP with resolveurl="yes" breaking FTP links
Ok, so maybe this is a bug. I'm using CF5 on Windows 2000.
I've got a template that grabs a page to form a printable version. In the
template I have:
<cfhttp url="#url.pUrl#" method="GET" resolveurl="yes">
It works great, until it encounters a link to a file on an FTP server like
this:
<a href="ftp://extranet.someserver.org/this/that/other/Report.pdf">
Which it turns into this:
<a
href="http://www.someserver.org:80/this/that/other/ftp://extranet.someserver.org
/this/that/other/Report.pdf">
Any ideas?
Thanks
kaypro4 Guest
-
cfhttp error "Invalid column header"
I got a very simple csv file name "test.csv" which has from,to,email test,test,"test,test" My code <cfhttp name="get_file" url="test.csv"... -
Includes Breaking in "Send for Review"
What are the alternatives that you are considering? Contribute seems to be a decent content management solution with low barriers to entry --... -
Creating PDF via "Get Entire Site" but not breaking long pages
Hello, I am using Acrobat v5 and need to generate pdf files from entire sites. Everything works smoothly except one thing. Vertically tall web... -
Resetting "Visited" links to "links" color when new browser opens
HELP! This should be simple, but I can't find info: In using CSS for font color for text hyperlinks, I have mine set so that the "links" are a... -
"Error: Bad node links. 5d'1 prev 5c != 5b" When I run oncheck -ci
When I run concheck -ci Informix send me an error in an index, with following message: Error: Bad node links. 5d'1 prev 5c != 5b What's...



Reply With Quote

