Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): / ext-user (Ankur Srivastava)
Created: 07/13/2012
Components: Installation/Config, Connector
Versions: 10.0
Failure Type: Unspecified
Found In Build/Fixed In Build: CF10 /
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Mac 10 All,Win XP All
Vote Count: 0
Duplicate ID: CF-3209090
Problem:CGI.PATH_INFO value appears to always be empty in CF10
Steps to repro:
Install CF10 with IIS7.5
run the page below code
See the CGI.PATH_INFO is empty. this use to work under CF9
<cfoutput>
<h1>Test CGI Outputs</h1>
<div id="videogallery">
Software: #CGI.SERVER_SOFTWARE#<br />
ColdFusion Version: #server.ColdFusion.ProductVersion#<br />
Path Info: #CGI.PATH_INFO#<br />
Script Name: #CGI.SCRIPT_NAME#<br />
Path Translated: #CGI.PATH_TRANSLATED#<br />
</div>
</cfoutput>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3287298
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: