I always run my cf_formurl2attribute with displaybase=no.  Displaybase=yes
also causes a problem with intrapage links.

-----Original Message-----
From: Gilson Soares [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 03, 2001 5:34 AM
To: Fusebox
Subject: cf_formURL2attributes's DisplayBase attribute


I've been having problems with DisplayBase attribute:

1- It's not prepared to deal with any http port other than 80.
    I suggest change #CGI.SERVER_NAME# to #CGI.HTTP_HOST# at end of
formURL2attributes.cfm.
    HTTP_HOST already contains :portnumber.

2- In a logon process I redirect from one cfm to another and I get this
content:
============================================================================
======================
<base href="http://vmoneygilson.mydomain.com:81/AdminTasks/">HTTP/1.1 302
Found
Date: Wed, 03 Jan 2001 00:31:19 GMT
Server: Apache/1.3.12 (Win32)
Location:
/index.cfm?fuseaction=StartMenu&CFID=45622&CFTOKEN=63000649&UUID=42C98CE7-53
BA-4798-B2160F761D9688A1
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

Found

The document has moved here.


Apache/1.3.12 Server at vmoneygilson.mydomain.com Port 81
============================================================================
======================
Notice that <BASE HREF> was generated prior HTTP headers. For ie doesn't
matter. But for Netscape it's an ERROR.
In fact, I think BASE HREF cannot be generated when it's a redirect.

Any ideas ?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to