Hi
I use an ISAPI filter (on IIS) to set header variables which
automatically get parsed into the CGI scope. Prior to CFMX7, all of my
header vars had CGI names with a "HTTP_" prefix, so adding a header "x:
value" would create CGI.HTTP_X = "value".  I just noticed on my dev box
that CFMX7 does not prefix "HTTP_". And, since the CGI scope is
read-only, I cannot just map one set of headers to the other in
application.cfm, which means code changes everywhere that uses the
header, and code that is either CFMX6-specific (and older) or
CFMX7-specific.

Is there some setting somewhere that would make CFMX7 compatible with
CFMX6?   I know it's a long shot, but this kind of (needless)
incompatibility is real pain in the butt.

Thanks
        Mark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243407
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to