Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Immanuel Noel)
Created: 04/14/2014
Components: Installation/Config, Connector
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 289753 / CF11 Update5
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10 All,Win XP All
Vote Count: 1
Problem:
CGI.PATH_INFO returns "/index.cfm" on requesting for http://localhost:8500/. The issue occurs on IIS only.
The above scenario on Apache shows CGI.PATH_INFO as [empty string], or NULL which is the expected result.
Method:
Configure Connector with IIS.
Create a CFM page that dumps CGI.PATH_INFO.
Send a request to http://localhost:8500/.
Result:
The returned value is '/index.cfm'
Expected:
CGI.PATH_INFO must be NULL (Or an empty string).
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3742083
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: