FYI, it is a bug in CFMX that you can do: <cfset http=1>. We should throw an error on any assignment to it.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : [EMAIL PROTECTED] Yahoo IM : cfjedimaster "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 9:14 AM > To: CF-Talk > Subject: http=cgi > > > So, I checked with one of the engineers and the thing with HTTP being > the same as CGI is old behavior. I never ran into this before > - but now > you know. > > Another interesting thing you may not know about cgi - you can output > ANY cgi variable, even if it doesn't exist: > > <cfoutput> > #cgi.raycanttype#<br> > #structkeyExists(cgi,"raycanttype")# > </cfoutput> > > When outputting, the value returned is an empty string, and > structkeyExists will return Yes. > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

