Is it correct that cfdumping the cgi scope doesn't display all the cgi
variables available to ColdFusion?
<cfdump var="#cgi#">
doesn't display request_uri, whereas you can quite happily do
<cfoutput>#cgi.request_uri#</cfoutput>
cgi.request_uri doesn't appear when you use the cfdump tag (tested with
both IIS 5.0 and Apache 2).
I'm aware that isDefined("cgi.x") always returns true, but would have
thought cfdump would still output everything there was in the cgi
scope... wouldn't you?
--
Aidan Whitehall <mailto:[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd +44 (0)1695 51775
Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]