CGI.Query variable
I was reviewing some older code and found the reference to a variable called "query" as in #query# . At first I thought it was a local variable since they are the usual variables to be left unscoped. But I couldn't find a place where it was defined. When I display the value it is identical to cgi.query_string. I was puzzled as to what scope this unscoped variable was coming from. I eventually found it appears to be cgi.query yet this is not documented anywhere that I have found. If I cfdump CGI it doesn't list it. But I do a cfoutput of it and it displays the same thing that cgi.query_string does.
Can someone please explain why this is not documented anywhere. I have no idea why someone would rely on using an undocumented cgi variable unless it was commonly used at some point in CF's past.
