Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Michael Mongeau / Michael Mongeau (Michael Mongeau)
Created: 10/03/2012
Components: Installation/Config, Connector
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 284928
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2003 Server
Vote Count: 2
Problem Description:
ColdFusion 10 no longer passes through the variable CGI.ALL_HTTP when running on IIS (both 6.0 and 7.5). This is critical for our company since we use the CA SiteMinder web access manager. SiteMinder runs as an ISAPI filter and creates a number of CGI variables that begin with HTTP_SM. These variables have always be accessible in ColdFusion 9 and earlier in CGI.ALL_HTTP (see examples below). Without these variables our applications cannot identify the user that was authenticated by SiteMinder.
I suspect this has to do with the ISAPI Redirector under Tomcat since I see there are other bug submissions involving CGI variables.
Steps to Reproduce:
Create a template that outputs #CGI.ALL_HTTP#
Actual Result:
Under ColdFusion 10 the variable is empty.
Expected Result:
Under ColdFusion 9 and earlier CGI.ALL_HTTP is populated with a semicolon-delimited list of name/value pairs, and in our case it includes these CGI variables generated by CA SiteMinder:
HTTP_SM_AUTHTYPE = Not Protected
HTTP_SM_CLIENT_IP = 134.111.51.193
HTTP_SM_SDOMAIN = .domain.com
HTTP_SM_SERVERIDENTITYSPEC =
HTTP_SM_SERVERSESSIONID = UCbcXDhSh+FRXzV/J/0gXyN4oAI=
HTTP_SM_TIMETOEXPIRE = 36367
HTTP_SM_TRANSACTIONID = f3c86f86-0fac-506ca774-17d8-01ad1ae8
HTTP_SM_USER = juser
HTTP_SM_USERDN = CN=User\, John,OU=Employees,OU=HQ,DC=corp,DC=domain,DC=com
Any Workarounds:
None found so far
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3340564
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: MichaelXMongeau
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2003 VM, IIS 6.0, ColdFusion 10 Update 2
Attachments:
Comments: