CF7 - stealth CGI environment variables

2005-08-18 Thread Figy, Kam
Sometimes CFDUMP doesn't show everything. On Apache 2.0.52/win, you can output #cgi.systemroot# and get C:\WINDOWS (or whatever the system environment var is) On IIS 5.1 and 6.0, the variable is defined, but is an empty string In no case did the system environment variables show up on a cfdump

Re: CF7 - stealth CGI environment variables

2005-08-18 Thread Barney Boisvert
CGI variables are kind of quirky. Some are available all the time, but the rest are only defined when they're asked for. When you ask for a CGI variable, CF will return it if it knows the answer, otherwise it will pass the request off to the web server, and return whatever it says. Did you try